|
@@ -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)
|
|
|
{
|