MY 1 месяц назад
Родитель
Сommit
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;