Procházet zdrojové kódy

核价后台:1、产品补充撤审时,取消已生成产品无法撤销限制

chen_yjin před 3 dny
rodič
revize
fe51f09a31
1 změnil soubory, kde provedl 4 přidání a 4 odebrání
  1. 4 4
      JLHHJSvr/Helper/MattressHelper.cs

+ 4 - 4
JLHHJSvr/Helper/MattressHelper.cs

@@ -2468,10 +2468,10 @@ namespace JLHHJSvr.Helper
             var mattress = new u_mattress() { mattressid = mattressid };
             DbSqlHelper.SelectOne(cmd, mattress, "yw_flag,js1_flag,creatmtrl_flag");
 
-            if (mattress.creatmtrl_flag == 1)
-            {
-                throw new LJCommonException("床垫已生成产品,不能技术1撤审!");
-            }
+            //if (mattress.creatmtrl_flag == 1)
+            //{
+            //    throw new LJCommonException("床垫已生成产品,不能技术1撤审!");
+            //}
 
             if (mattress.js1_flag == 0)
             {