WMS/WIDESEA_WMSServer/WIDESEA_BasicService/Base/PalletTypeInfoService.cs
@@ -37,6 +37,10 @@ PalletCodes.Add(GetOrderPintCode($"{palletCodeType}PalletCodes",palletCodeType)); } content= PrintPallet(PalletCodes); foreach (var PalletCode in PalletCodes) { Console.WriteLine(PalletCode); } return content.OK(); } catch (Exception ex)