소스 검색

补充提交

chen_yjin 3 일 전
부모
커밋
6c4d2beacb
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  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");