Commit 3c31b1a6 authored by 赵啸非's avatar 赵啸非

修改考勤汇总

parent 50aeb7a2
...@@ -213,7 +213,7 @@ public class InspectApiController extends AbstractBaseController<PerformReq> { ...@@ -213,7 +213,7 @@ public class InspectApiController extends AbstractBaseController<PerformReq> {
BeanUtils.copyProperties(item, performInfo, BeanUtil.getNullPropertyNames(item)); BeanUtils.copyProperties(item, performInfo, BeanUtil.getNullPropertyNames(item));
if (CheckStatusEnum.未处理.getValue() == item.getCheckStatus()) { if (CheckStatusEnum.未处理.getValue() == item.getCheckStatus()) {
performInfo.setResult(CheckStatusEnum.未处理.getDesc()); performInfo.setResult("待处理");
} else { } else {
performInfo.setResult(item.getCheckResult()); performInfo.setResult(item.getCheckResult());
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment