Commit 1e4c84b8 authored by 位宇华's avatar 位宇华

林西工资--代码提交

parent 8db61bcd
package com.ruoyi.system.support;
import com.alibaba.fastjson.JSON;
import com.ruoyi.system.constant.CoalConstant;
import com.ruoyi.system.mapper.SalaryMapper;
import com.ruoyi.system.model.newrule.NewRuleRequestModel;
......@@ -143,7 +142,6 @@ public class CurrentRuleSalarySupport {
}
});
salaryExcelModelList = salaryExcelModelList.stream().filter(v -> !StringUtils.containsAny(v.getOrg(), "小计", "总计", "合计")).collect(Collectors.toList());
System.err.println(JSON.toJSONString(salaryExcelModelList));
return salaryExcelModelList;
}
......
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