鲁控数字fix空参数

This commit is contained in:
Harryxzy 2023-12-11 18:45:09 +08:00
parent 419baeb8cd
commit f258e50d30
1 changed files with 3 additions and 0 deletions

View File

@ -1199,6 +1199,9 @@ public class SalaryAcctResultServiceImpl extends Service implements SalaryAcctRe
@Override
public void lkszBatchEdit(SalaryAcctResultBatchEditParam param) {
if (param.getResultValueList().size() == 0) {
return;
}
List<DataCollectionEmployee> dataCollectionEmployees = getSalaryEmployeeService(user).listAllForReport();
Map<Long, DataCollectionEmployee> emps = SalaryEntityUtil.convert2Map(dataCollectionEmployees, DataCollectionEmployee::getEmployeeId);