修改了审核不通过
This commit is contained in:
+6
@@ -64,6 +64,12 @@ public class CaseplatformCaseEntity {
|
||||
*/
|
||||
private Integer status;
|
||||
|
||||
|
||||
/**
|
||||
* 审核不通过原因
|
||||
*/
|
||||
private String reason;
|
||||
|
||||
// 审核通过时间
|
||||
private LocalDateTime examineTime;
|
||||
|
||||
|
||||
+2
-2
@@ -505,8 +505,8 @@ public class CaseplatformCaseService {
|
||||
return ResponseDTO.userErrorParam("病例不存在");
|
||||
}
|
||||
|
||||
caseplatformCaseDao.cancelExamine(form);
|
||||
|
||||
caseplatformCase.setStatus(2);
|
||||
caseplatformCase.setReason(form.getReason());
|
||||
caseplatformCase.setExamineTime(LocalDateTime.now());
|
||||
caseplatformCase.setUpdateTime(LocalDateTime.now());
|
||||
caseplatformCaseDao.updateById(caseplatformCase);
|
||||
|
||||
Reference in New Issue
Block a user