陈昶聿
9 小时以前 a02c274059c50794c2b6650881500181938da9e1
【丽水】长期任务发送时间 导出调整
已修改2个文件
4 ■■■■ 文件已修改
smartor/src/main/java/com/smartor/domain/ServiceSubtaskDiagname.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
smartor/src/main/java/com/smartor/service/impl/ServiceSubtaskServiceImpl.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
smartor/src/main/java/com/smartor/domain/ServiceSubtaskDiagname.java
@@ -50,7 +50,7 @@
    @Excel(name = "应随访日期",dateFormat = "yyyy-MM-dd")
    @ApiModelProperty(value = "应随访日期")
    private Date longSendTime;
    private Date visitTime;
    @Excel(name = "出院日期",dateFormat = "yyyy-MM-dd")
    @ApiModelProperty(value = "出院日期")
smartor/src/main/java/com/smartor/service/impl/ServiceSubtaskServiceImpl.java
@@ -3522,7 +3522,7 @@
            diagname.setSuggest(subtask.getSuggest());
            diagname.setOperator(subtask.getOperator());
            diagname.setFinishtime(subtask.getFinishtime());
            diagname.setLongSendTime(subtask.getLongSendTime());
            diagname.setVisitTime(subtask.getVisitTime());
            diagname.setEndtime(subtask.getEndtime());
            //计算出院天数
            if (!Objects.isNull(diagname.getEndtime())) {