个人效率时间显示处理

master
chen 4 years ago
parent b2decc89a6
commit 532c63f150
  1. 2
      dq-financial-guarantee/src/main/java/com/daqing/financial/guarantee/service/impl/DgEfficiencyServiceImpl.java

@ -676,7 +676,7 @@ public class DgEfficiencyServiceImpl extends ServiceImpl<DgEfficiencyMapper, DgA
//如果改流程数据为空直接返回默认值
if (ObjectUtil.isNull(beginAuditProcess)){
hashMap.put("countTime", "0天0小时0分钟");
hashMap.put("endTime", "该用户不统计耗时!");
hashMap.put("endTime", "");
return hashMap;
}
Date beginTime = beginAuditProcess.getCreateTime();

Loading…
Cancel
Save