diff --git a/code/src/Modules/SettleAccount/src/SettleAccount.Application/ImportExcelCommon/ExportImporter.cs b/code/src/Modules/SettleAccount/src/SettleAccount.Application/ImportExcelCommon/ExportImporter.cs index accfd9ce..11af9c82 100644 --- a/code/src/Modules/SettleAccount/src/SettleAccount.Application/ImportExcelCommon/ExportImporter.cs +++ b/code/src/Modules/SettleAccount/src/SettleAccount.Application/ImportExcelCommon/ExportImporter.cs @@ -112,7 +112,7 @@ namespace Win.Sfs.SettleAccount.ExcelImporter } else { - throw new UserFriendlyException(import.Exception.Message.ToString(), "403"); + throw new UserFriendlyException(import.Exception.Message.ToString(), "400"); //throw new BusinessException("8989", import.Exception.Message.ToString()); } }