待审核
This commit is contained in:
@@ -63,7 +63,9 @@ public class JoinIntentionServiceImpl extends LineFlowService implements JoinInt
|
||||
throw new ServiceException(ErrorCodeEnum.PARAMS_REQUIRED);
|
||||
}
|
||||
LineInfoDO lineInfoDO = lineInfoMapper.getByLineId(request.getLineId());
|
||||
if (!Objects.isNull(lineInfoDO) && WorkflowSubStageStatusEnum.INTENT_5.getCode().equals(lineInfoDO.getWorkflowSubStageStatus())) {
|
||||
log.info("lineInfoDO : {}", JSONObject.toJSONString(lineInfoDO));
|
||||
if (!Objects.isNull(lineInfoDO) && (WorkflowSubStageStatusEnum.INTENT_5.getCode().equals(lineInfoDO.getWorkflowSubStageStatus())||
|
||||
WorkflowSubStageEnum.INTEND.getCode()<lineInfoDO.getWorkflowStage())) {
|
||||
throw new ServiceException(ErrorCodeEnum.INTENT_PASS);
|
||||
}
|
||||
//更改线索流程子状态为【待审核】
|
||||
|
||||
Reference in New Issue
Block a user