xxyy
2025-03-04 3bb8be2b84ab6456d28881b3cf99a4b40560ed6b
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StoragIntegrationServices/MOM/Error/MoMErrorMsg.cs
@@ -2,7 +2,7 @@
using SqlSugar;
using WIDESEA_Core;
using WIDESEA_Core.Helper;
using WIDESEA_DTO.MOM;
using WIDESEA_Model.Models;
namespace WIDESEA_StoragIntegrationServices
{
@@ -10,7 +10,7 @@
    {
        public static SqlSugarScope Db = SqlSugarHelper.DbWMS;
        public static WebResponseContent AddMoMErrorMsg(int TaskNum, string PalletCode, string ErrorMsg,string ApiName)
        public static WebResponseContent AddMoMErrorMsg(int TaskNum, string PalletCode, string ErrorMsg, string ApiName)
        {
            WebResponseContent content = new WebResponseContent();
            try