xxyy
2025-03-10 438a163b5eb1e8a40e7f39f46602962b7f95a6f6
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))
                {