Commit 26306945 authored by 位宇华's avatar 位宇华

工资--代码提交

parent 045863c1
...@@ -69,6 +69,7 @@ public class SalaryCurrentRuleServiceImpl implements SalaryCurrentRuleService { ...@@ -69,6 +69,7 @@ public class SalaryCurrentRuleServiceImpl implements SalaryCurrentRuleService {
} }
}); });
stopWatch.stop(); stopWatch.stop();
assert newRuleSalaryRequestModelList != null;
logger.info("组织:{}, 接口耗时:{}", newRuleSalaryRequestModelList.get(0).getMineid(), stopWatch.getTotalTimeMillis()); logger.info("组织:{}, 接口耗时:{}", newRuleSalaryRequestModelList.get(0).getMineid(), stopWatch.getTotalTimeMillis());
return AjaxResult.success(); return AjaxResult.success();
} }
......
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