updateByPrimaryKeySelective
This commit is contained in:
@@ -49,7 +49,7 @@ public class TrainingExperienceServiceImpl extends LineFlowService implements Tr
|
|||||||
LineInfoDO lineInfoDO = new LineInfoDO();
|
LineInfoDO lineInfoDO = new LineInfoDO();
|
||||||
lineInfoDO.setWorkflowSubStage(WorkflowSubStageEnum.SIGN_INTENT_AGREEMENT.getCode());
|
lineInfoDO.setWorkflowSubStage(WorkflowSubStageEnum.SIGN_INTENT_AGREEMENT.getCode());
|
||||||
lineInfoDO.setId(request.getLineId());
|
lineInfoDO.setId(request.getLineId());
|
||||||
lineInfoMapper.updateByPrimaryKey(lineInfoDO);
|
lineInfoMapper.updateByPrimaryKeySelective(lineInfoDO);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user