diff --git a/ICSSoft.WMS.WebAPI/ICSSoft.DataProject/ICSManufactureService.cs b/ICSSoft.WMS.WebAPI/ICSSoft.DataProject/ICSManufactureService.cs index 54b646b..33cadb7 100644 --- a/ICSSoft.WMS.WebAPI/ICSSoft.DataProject/ICSManufactureService.cs +++ b/ICSSoft.WMS.WebAPI/ICSSoft.DataProject/ICSManufactureService.cs @@ -902,6 +902,7 @@ namespace ICSSoft.DataProject else { log.Debug(language.GetNameByCode("WMSAPIInfo080") + result.Message); + throw new Exception(language.GetNameByCode("WMSAPIInfo469")); } }