fix
This commit is contained in:
@@ -304,7 +304,7 @@ public class IntentAgreementServiceImpl extends LineFlowService implements Inten
|
|||||||
if (initiatingResponse.getCode() != 0) {
|
if (initiatingResponse.getCode() != 0) {
|
||||||
lineInfoDO.setWorkflowSubStageStatus(WorkflowSubStageStatusEnum.SIGN_INTENT_AGREEMENT_63.getCode());
|
lineInfoDO.setWorkflowSubStageStatus(WorkflowSubStageStatusEnum.SIGN_INTENT_AGREEMENT_63.getCode());
|
||||||
lineInfoMapper.updateByPrimaryKeySelective(lineInfoDO);
|
lineInfoMapper.updateByPrimaryKeySelective(lineInfoDO);
|
||||||
return new ResponseResult(500, initiatingResponse.getMessage()+",状态已回退", initiatingResponse.getData());
|
return new ResponseResult(500, initiatingResponse.getMessage(), initiatingResponse.getData());
|
||||||
} else {
|
} else {
|
||||||
return new ResponseResult(200000, initiatingResponse.getMessage(), initiatingResponse.getData());
|
return new ResponseResult(200000, initiatingResponse.getMessage(), initiatingResponse.getData());
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user