|
@@ -1423,7 +1423,7 @@ public class TBSopInfoServiceImpl extends ServiceImpl<TBSopInfoMapper, TBSopInfo
|
|
|
createJobRemind(execField, processLimitedTime, taskList, tfCustomFlowEntity, tfCustomFlow,
|
|
|
tfFlowLog, sysUser.getId(), "评卷准备");
|
|
|
}
|
|
|
- if (tfFlowApprove.getSetup().intValue() >= 3 && tfFlowApprove.getSetup().intValue() <= 9) {//阅卷收尾检查
|
|
|
+ if (tfFlowApprove.getSetup().intValue() >= 3 && tfFlowApprove.getSetup().intValue() <= 10) {//阅卷收尾检查
|
|
|
processLimitedTime = this.getProcessLimitedTime(flowTaskResult,
|
|
|
ProcessLimitedEnum.MARK_END_TIME.getKey());
|
|
|
execField = ProcessLimitedEnum.MARK_END_TIME.getKey();
|