|
@@ -1402,7 +1402,7 @@ public class TBSopInfoServiceImpl extends ServiceImpl<TBSopInfoMapper, TBSopInfo
|
|
tsJobRemindService.updateJobRemind(Long.parseLong(task.getId()));
|
|
tsJobRemindService.updateJobRemind(Long.parseLong(task.getId()));
|
|
}
|
|
}
|
|
FlowTaskResult flowTaskResult = this.getFormProperties(tfCustomFlowEntity, 2);
|
|
FlowTaskResult flowTaskResult = this.getFormProperties(tfCustomFlowEntity, 2);
|
|
- if (tfFlowApprove.getSetup().intValue() >= 3) {//扫描准备流程
|
|
|
|
|
|
+ if (tfFlowApprove.getSetup().intValue() >= 3 && tfFlowApprove.getSetup().intValue() <= 5) {//扫描准备流程
|
|
processLimitedTime = this.getProcessLimitedTime(flowTaskResult,
|
|
processLimitedTime = this.getProcessLimitedTime(flowTaskResult,
|
|
ProcessLimitedEnum.SCAN_START_TIME.getKey());
|
|
ProcessLimitedEnum.SCAN_START_TIME.getKey());
|
|
execField = ProcessLimitedEnum.SCAN_START_TIME.getKey();
|
|
execField = ProcessLimitedEnum.SCAN_START_TIME.getKey();
|