鲁控数字fix空参数
This commit is contained in:
parent
419baeb8cd
commit
f258e50d30
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue