|
@@ -2710,10 +2710,10 @@ namespace JLHHJSvr.Helper
|
|
throw new LJCommonException("床垫已技术1审核,不能技术1审核!");
|
|
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_flag = 1;
|
|
mattress.js1_auditingdate = context.opdate;
|
|
mattress.js1_auditingdate = context.opdate;
|