Commit 11ef1ebd authored by 位宇华's avatar 位宇华

中润工资--代码提交

parent c4b8b401
package com.ruoyi.system.service.impl; package com.ruoyi.system.service.impl;
import com.alibaba.fastjson.JSON;
import com.ruoyi.common.core.domain.AjaxResult; import com.ruoyi.common.core.domain.AjaxResult;
...@@ -51,6 +52,7 @@ public class SalaryCurrentRuleServiceImpl implements SalaryCurrentRuleService { ...@@ -51,6 +52,7 @@ public class SalaryCurrentRuleServiceImpl implements SalaryCurrentRuleService {
} }
})); }));
} }
System.err.println(JSON.toJSONString(salaryExcelModels));
int count = salaryMapper.exist(mineCode, salaryDate); int count = salaryMapper.exist(mineCode, salaryDate);
if (count > 0) { if (count > 0) {
List<String> stringList = salaryMapper.selectByDateAndMineCode(salaryDate, mineCode); List<String> stringList = salaryMapper.selectByDateAndMineCode(salaryDate, mineCode);
......
...@@ -292,7 +292,7 @@ public class CurrentRuleSalarySupport { ...@@ -292,7 +292,7 @@ public class CurrentRuleSalarySupport {
}); });
} }
private static void ReplaceBracket(List<NewRuleRequestModel> newRuleRequestModelList) { private static void ReplaceBracket(List<NewRuleRequestModel> newRuleRequestModelList) {
newRuleRequestModelList.forEach(v -> v.setRow(v.getRow().replaceAll("\\(.*?\\)",StringUtils.EMPTY).replaceAll("(.*?\\)", StringUtils.EMPTY).replaceAll("(.*?)",StringUtils.EMPTY).replaceAll("其中:",StringUtils.EMPTY))); newRuleRequestModelList.forEach(v -> v.setRow(v.getRow().replaceAll("其中:",StringUtils.EMPTY)));
} }
} }
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