mahao 1 year ago
parent
commit
598fef61c3
  1. 2
      code/src/Modules/SettleAccount/src/SettleAccount.Application/ImportExcelCommon/ExportImporter.cs

2
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());
}
}

Loading…
Cancel
Save