Commit aad14818 authored by hongguangwu's avatar hongguangwu

MVP1.7.17-离职待办-派单暂存

parent ae7eaf36
...@@ -745,7 +745,7 @@ public class EmployeeRegistrationLeaveServiceImpl extends ServiceImpl<EmployeeRe ...@@ -745,7 +745,7 @@ public class EmployeeRegistrationLeaveServiceImpl extends ServiceImpl<EmployeeRe
total++; total++;
if ("1".equals(status)) { if ("1".equals(status)) {
noNeedCount++; noNeedCount++;
} else if ("0".equals(status) || status.isEmpty()) { } else if ("0".equals(status) ||"2".equals(status) || status.isEmpty()) {
initialCount++; initialCount++;
} else if (status.endsWith("8")) { } else if (status.endsWith("8")) {
successCount++; successCount++;
......
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