|
@@ -237,7 +237,7 @@ public class UserManagementRecordListener extends AnalysisEventListener<ImportUs
|
|
|
}
|
|
|
if (!accountbalanceAccountList.isEmpty()){
|
|
|
throw new CustomException(
|
|
|
- String.join("、",volumenoAccountList) +" 户号对应账户余额格式错误,请检查后重新导入");
|
|
|
+ String.join("、",accountbalanceAccountList) +" 户号对应账户余额格式错误,请检查后重新导入");
|
|
|
}
|
|
|
}
|
|
|
// 获取Excel 中的数据
|