Commit 569d3a34 authored by 廖旭伟's avatar 廖旭伟

临时测试

parent fc7c18e6
...@@ -94,7 +94,7 @@ public class StaffPerformInitDataTaskImpl implements ITaskExcuteService { ...@@ -94,7 +94,7 @@ public class StaffPerformInitDataTaskImpl implements ITaskExcuteService {
} }
} }
if(dayOfMonth==1){ //if(dayOfMonth==1){
//月初第一天初始化绩效汇总信息 //月初第一天初始化绩效汇总信息
if(CollectionUtils.isNotEmpty(allStaff)) { if(CollectionUtils.isNotEmpty(allStaff)) {
List<StaffPerformSummaryEntity> summaryList = new ArrayList<>(); List<StaffPerformSummaryEntity> summaryList = new ArrayList<>();
...@@ -121,7 +121,7 @@ public class StaffPerformInitDataTaskImpl implements ITaskExcuteService { ...@@ -121,7 +121,7 @@ public class StaffPerformInitDataTaskImpl implements ITaskExcuteService {
}); });
staffPerformSummaryService.save(summaryList); staffPerformSummaryService.save(summaryList);
} }
} //}
} }
......
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