浏览代码

补充遗漏

MY 1 月之前
父节点
当前提交
e207eaf7ff
共有 1 个文件被更改,包括 4 次插入4 次删除
  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;