xxyy
2025-03-06 c51aaf0a95836b83bb4c209556cfddaf42ea3314
Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Core/BaseServices/ServiceBase.cs
@@ -225,7 +225,10 @@
                {
                    return WebResponseContent.Instance.Error("传参错误,参数不能为空");
                }
                string validResult = typeof(TEntity).ValidateDicInEntity(saveModel.MainData, true, TProperties);
                var x = saveModel.MainData;
                string validResult = typeof(TEntity).ValidateDicInEntity(x, true, TProperties);
                if (!string.IsNullOrEmpty(validResult))
                {