cdk
2025-09-04 72dc506dbd884fac5011b38d94280bf3e807969a
DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesDepot.cs
@@ -183,11 +183,11 @@
                        MsgHelper.ShowError("编码不能为空!");
                        return;
                    }
                    if (string.IsNullOrEmpty(row["DepotSectionName"].ToString()))
                    {
                        MsgHelper.ShowError("名称不能为空!");
                        return;
                    }
                    //if (string.IsNullOrEmpty(row["DepotSectionName"].ToString()))
                    //{
                    //    MsgHelper.ShowError("名称不能为空!");
                    //    return;
                    //}
                    lst.Add(new MesDepotSections
                    {
                        Guid = UtilityHelper.ToGuid(row["guid"].ToString()),