增加返回值
This commit is contained in:
@@ -106,6 +106,18 @@ public class AssessmentUserTrainingVO {
|
||||
|
||||
@ApiModelProperty("所属区域")
|
||||
private String regionNodeName;
|
||||
/**
|
||||
* 考核项数
|
||||
*/
|
||||
@ApiModelProperty("考核项数")
|
||||
private Integer assessmentNum;
|
||||
|
||||
/**
|
||||
* 考核总项数
|
||||
*/
|
||||
@ApiModelProperty("考核总项数")
|
||||
private Integer assessmentTotalNum;
|
||||
|
||||
|
||||
|
||||
@ApiModelProperty("考核数据")
|
||||
|
||||
@@ -500,7 +500,8 @@ public class EmployeeTrainingServiceImpl implements EmployeeTrainingService {
|
||||
employeeTrainingDAO.updateByPrimaryKeySelective(employeeTrainingDO);
|
||||
}
|
||||
}
|
||||
|
||||
assessmentUserTrainingVO.setAssessmentNum(employeeTrainingDO.getAssessmentNum());
|
||||
assessmentUserTrainingVO.setAssessmentTotalNum(employeeTrainingDO.getAssessmentTotalNum());
|
||||
assessmentUserTrainingVO.setPracticalExamScore(employeeTrainingDO.getPracticalExamScore());
|
||||
assessmentUserTrainingVO.setPracticalExamStatus(employeeTrainingDO.getPracticalExamStatus());
|
||||
assessmentUserTrainingVO.setId(tempUserDetailDO.getId());
|
||||
|
||||
Reference in New Issue
Block a user