Commit 5bc36f76 authored by 位宇华's avatar 位宇华

--代码提交

parent 8dc9c6b6
......@@ -53,7 +53,6 @@ public class SalaryCurrentRuleServiceImpl implements SalaryCurrentRuleService {
if (count > 0) {
//salaryMapper.delete(salaryDate, mineCode);
List<String> stringList = salaryMapper.selectByDateAndMineCode(salaryDate, mineCode);
if (!CollectionUtils.isEmpty(stringList)) {
List<SalaryExcelModel> includeCollect = salaryExcelModels.stream().filter(value -> stringList.contains(value.getOrg())).collect(Collectors.toList());
if (!CollectionUtils.isEmpty(includeCollect)) {
......
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