MY 1 mesiac pred
rodič
commit
e207eaf7ff
1 zmenil súbory, kde vykonal 4 pridanie a 4 odobranie
  1. 4 4
      JLHHJSvr/Helper/MattressHelper.cs

+ 4 - 4
JLHHJSvr/Helper/MattressHelper.cs

@@ -2710,10 +2710,10 @@ namespace JLHHJSvr.Helper
                 throw new LJCommonException("床垫已技术1审核,不能技术1审核!");
             }
 
-            if (mattress.yw_flag == 0)
-            {
-                throw new LJCommonException("床垫未业务审核,不能技术1审核!");
-            }
+            //if (mattress.yw_flag == 0)
+            //{
+            //    throw new LJCommonException("床垫未业务审核,不能技术1审核!");
+            //}
 
             mattress.js1_flag = 1;
             mattress.js1_auditingdate = context.opdate;