Переглянути джерело

修改问题类型增加审核人和审核时间字段

tags/v1.1.0^2
wanjing 1 рік тому
джерело
коміт
bde5772021
1 змінених файлів з 2 додано та 0 видалено
  1. +2
    -0
      tuoheng-service/tuoheng-admin/src/main/java/com/tuoheng/admin/service/inspectionfile/update/UpdateInspectionFileQuestionTypeService.java

+ 2
- 0
tuoheng-service/tuoheng-admin/src/main/java/com/tuoheng/admin/service/inspectionfile/update/UpdateInspectionFileQuestionTypeService.java Переглянути файл

@@ -55,6 +55,8 @@ public class UpdateInspectionFileQuestionTypeService {
inspectionFile.setStatus(InspectionFileStatusEnum.CONFIRMED.getCode());
inspectionFile.setUpdateUser(userId);
inspectionFile.setUpdateTime(DateUtils.now());
inspectionFile.setCheckUser(userId);
inspectionFile.setCheckTime(DateUtils.now());
Integer rowId = inspectionFileMapper.updateById(inspectionFile);
if (rowId <= 0) {
log.info("修改任务问题类型业务接口:修改任务失败:{}", result.getMsg());

Завантаження…
Відмінити
Зберегти