feat: 查询列表加快

This commit is contained in:
fcli 2022-12-08 16:39:57 +08:00
parent 89574f278b
commit 269bfeee18
1 changed files with 0 additions and 1 deletions

View File

@ -615,7 +615,6 @@ public class SalarySendServiceImpl extends Service implements SalarySendService
po.setDeleteType(0);
po.setSalaryAcctRecordId(salaryAccountingId);
po.setEmployeeIds(list.stream().map(SalarySendDetailListDTO::getEmployeeId).collect(Collectors.toList()));
po.setSalaryItemIds(salaryItems.stream().map(SalaryTemplateSalaryItemListDTO::getSalaryItemId).map(Long::valueOf).collect(Collectors.toList()));
List<SalaryAcctResultPO> salaryAccountingResults = getSalaryAcctResultMapper().listSome(po);
SalaryAcctResultPOEncrypt.decryptList(salaryAccountingResults);
// 动态列