Commit 4b0c7c87 authored by 廖旭伟's avatar 廖旭伟

绩效汇总任务

parent 6fe1942e
......@@ -59,7 +59,7 @@ public class StaffCheckSummaryService implements IApplicationStartedService {
if(query.getCheckType() == CheckTypeEnum.其它绩效.getValue()){
checkWindowWorkmanPerformService.summaryCheck(query);
}
if(query.getCheckType()!=null){
if(query.getCheckType()==null){
log.info("绩效分数汇总开始");
checkAttendRecordService.summaryCheck(query);
checkEffectRecordService.summaryCheck(query);
......
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