|
@@ -806,12 +806,12 @@ public class TBSopInfoServiceImpl extends ServiceImpl<TBSopInfoMapper, TBSopInfo
|
|
} else if (tfFlowApprove.getSetup().intValue() == 3) {//内审
|
|
} else if (tfFlowApprove.getSetup().intValue() == 3) {//内审
|
|
processLimitedTime = tfFlowApprove.getUpdateTime();
|
|
processLimitedTime = tfFlowApprove.getUpdateTime();
|
|
execField = ProcessLimitedEnum.APPROVE_RADIO.getKey();
|
|
execField = ProcessLimitedEnum.APPROVE_RADIO.getKey();
|
|
- } else if (tfFlowApprove.getSetup().intValue() == 4) {//环境部署时间
|
|
|
|
|
|
+ } else if (tfFlowApprove.getSetup().intValue() == 5) {//现场环境测试/环境部署时间
|
|
|
|
+ tbSopInfoService.sopDeviceInOutSave(map, 4);
|
|
FlowTaskResult flowTaskResult = this.getFormProperties(tfCustomFlowEntity, 2);
|
|
FlowTaskResult flowTaskResult = this.getFormProperties(tfCustomFlowEntity, 2);
|
|
processLimitedTime = this.getProcessLimitedTime(flowTaskResult, ProcessLimitedEnum.ENV_DEPLOYMENT_TIME.getKey());
|
|
processLimitedTime = this.getProcessLimitedTime(flowTaskResult, ProcessLimitedEnum.ENV_DEPLOYMENT_TIME.getKey());
|
|
execField = ProcessLimitedEnum.ENV_DEPLOYMENT_TIME.getKey();
|
|
execField = ProcessLimitedEnum.ENV_DEPLOYMENT_TIME.getKey();
|
|
} else if (tfFlowApprove.getSetup().intValue() == 6) {//扫描准备
|
|
} else if (tfFlowApprove.getSetup().intValue() == 6) {//扫描准备
|
|
- tbSopInfoService.sopDeviceInOutSave(map, 5);
|
|
|
|
FlowTaskResult flowTaskResult = this.getFormProperties(tfCustomFlowEntity, 2);
|
|
FlowTaskResult flowTaskResult = this.getFormProperties(tfCustomFlowEntity, 2);
|
|
processLimitedTime = this.getProcessLimitedTime(flowTaskResult, ProcessLimitedEnum.SCAN_START_TIME.getKey());
|
|
processLimitedTime = this.getProcessLimitedTime(flowTaskResult, ProcessLimitedEnum.SCAN_START_TIME.getKey());
|
|
execField = ProcessLimitedEnum.SCAN_START_TIME.getKey();
|
|
execField = ProcessLimitedEnum.SCAN_START_TIME.getKey();
|