From 2e2af3b7f3df109110187059622087c4184c0542 Mon Sep 17 00:00:00 2001 From: wanggang <76527413@qq.com> Date: Wed, 30 Aug 2023 11:57:10 +0800 Subject: [PATCH] 403=400 --- .../ImportExcelCommon/ExportImporter.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()); } }