修改了审核不通过
This commit is contained in:
parent
5a2dd03e3e
commit
1606d827b4
@ -64,6 +64,12 @@ public class CaseplatformCaseEntity {
|
||||
*/
|
||||
private Integer status;
|
||||
|
||||
|
||||
/**
|
||||
* 审核不通过原因
|
||||
*/
|
||||
private String reason;
|
||||
|
||||
// 审核通过时间
|
||||
private LocalDateTime examineTime;
|
||||
|
||||
|
||||
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user