duyongjia
2024-12-19 fbfbc83d25477cf191e327e034ed996f0a2239d0
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_Core/Utilities/EntityProperties.cs
@@ -184,23 +184,24 @@
                    continue;
                //涓嶅湪缂栬緫涓殑鍒楋紝鏄惁涔熻蹇呭~
                if (!dic.ContainsKey(property.Name.FirstLetterToLower()) /*&& !dic.ContainsKey(property.Name.FirstLetterToUpper())*/)
                {
                    if (!sugarColumn.IsNullable)
                    {
                        if (sugarColumn.DefaultValue == null)
                            return sugarColumn.ColumnDescription + "涓哄繀椤绘彁浜ら」";
                        continue;
                    }
                    continue;
                }
                if(dic[property.Name.FirstLetterToLower()] != null)
                {
                    string str = dic[property.Name.FirstLetterToLower()].ToString();
                    //灏嗘墍鏈夌┖鍊艰缃负null
                    if (str == string.Empty)
                        dic[property.Name.FirstLetterToLower()] = null;
                }
                //if (!dic.ContainsKey(property.Name.FirstLetterToLower()) /*&& !dic.ContainsKey(property.Name.FirstLetterToUpper())*/)
                //{
                //    if (!sugarColumn.IsNullable)
                //    {
                //        if (sugarColumn.DefaultValue == null)
                //            return sugarColumn.ColumnDescription + "涓哄繀椤绘彁浜ら」";
                //        continue;
                //    }
                //    continue;
                //}
                //if(dic.ContainsKey(property.Name.FirstLetterToUpper()))
                //if (dic[property.Name.FirstLetterToLower()] != null)
                //{
                //    string str = dic[property.Name.FirstLetterToLower()].ToString();
                //    //灏嗘墍鏈夌┖鍊艰缃负null
                //    if (str == string.Empty)
                //        dic[property.Name.FirstLetterToLower()] = null;
                //}
                
            }
            return string.Empty;