Commit 29ac1b34 authored by 位宇华's avatar 位宇华

--代码提交

parent 5dadfe34
...@@ -35,7 +35,6 @@ public class SalaryCurrentRuleServiceImpl implements SalaryCurrentRuleService { ...@@ -35,7 +35,6 @@ public class SalaryCurrentRuleServiceImpl implements SalaryCurrentRuleService {
@Override @Override
public AjaxResult getCurrentRuleSalary(List<NewRuleRequestModel> newRuleSalaryRequestModelList) { public AjaxResult getCurrentRuleSalary(List<NewRuleRequestModel> newRuleSalaryRequestModelList) {
logger.info("接口开始执行====================");
Optional<List<NewRuleRequestModel>> optional = Optional.ofNullable(newRuleSalaryRequestModelList); Optional<List<NewRuleRequestModel>> optional = Optional.ofNullable(newRuleSalaryRequestModelList);
optional.ifPresent(v -> { optional.ifPresent(v -> {
String mineCode = newRuleSalaryRequestModelList.get(0).getMineid(); String mineCode = newRuleSalaryRequestModelList.get(0).getMineid();
......
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