修复福利导入提示行号错误
This commit is contained in:
parent
12917f4f8b
commit
075f70b0fd
|
|
@ -620,7 +620,7 @@ public class SISchemeServiceImpl extends Service implements SISchemeService {
|
|||
|
||||
isError = singleAccountCheck(singleAccount, welfareMap, insuranceArchivesAccountPOS, employeeByIds, excelComments, errorCount + 1, schemeNameIdMap,
|
||||
paymentNameIdMap,
|
||||
creator, i + 1, openDevolution, taxAgentManageRangeEmployeeTree);
|
||||
creator, i + 2, openDevolution, taxAgentManageRangeEmployeeTree);
|
||||
if (isError) {
|
||||
errorCount += 1;
|
||||
// 添加错误数据
|
||||
|
|
|
|||
Loading…
Reference in New Issue