chen_yjin 2 dni temu
rodzic
commit
6c4d2beacb
1 zmienionych plików z 4 dodań i 4 usunięć
  1. 4 4
      JLHHJSvr/Helper/InterfaceHelper.cs

+ 4 - 4
JLHHJSvr/Helper/InterfaceHelper.cs

@@ -48,10 +48,10 @@ namespace JLHHJSvr.Helper
             //    throw new LJCommonException("请选择物料类别!");
             //}
 
-            if (mattress.erp_configcodetype == null || mattress.erp_configcodetype <= 0)
-            {
-                throw new LJCommonException("请选择配置类型!");
-            }
+            //if (mattress.erp_configcodetype == null || mattress.erp_configcodetype <= 0)
+            //{
+            //    throw new LJCommonException("请选择配置类型!");
+            //}
 
             DbSqlHelper.Update(cmd, mattress, "erp_mtrlid,erp_mtrltypeid,erp_mtrlcode,erp_mtrlname,erp_mtrlmode,erp_mtrltype,erp_mtrlunit,erp_mtrlengname,erp_configcodetype,old_mtrlname");