流程中个税扣缴义务人已处理
This commit is contained in:
parent
8e2e85a986
commit
30e8fd3733
|
|
@ -552,8 +552,6 @@ public class SalaryArchiveExcelServiceImpl extends Service implements SalaryArch
|
|||
// 构建导入需要的数据
|
||||
SalaryArchiveImportHandleParam importHandleParam = buildImportHandleParam(SalaryArchiveImportHandleParam.builder().isProcess(true).listType(param.getListType()).importType(param.getImportType()).build());
|
||||
|
||||
// 设置所有的个税扣缴义务人,由于定薪流程调用者不一定是个税扣缴义务人管理员,防止出现个税扣缴义务人不存在问题。
|
||||
importHandleParam.setTaxAgentList(getTaxAgentService(user).listAllTaxAgentAndEmployeeTree());
|
||||
|
||||
int total = 0;
|
||||
//excel数据
|
||||
|
|
|
|||
Loading…
Reference in New Issue