修改审核不通过允许更改1
This commit is contained in:
parent
5dbdb49440
commit
3299851588
@ -261,7 +261,7 @@ public class MedicalRecordService {
|
||||
return ResponseDTO.userErrorParam("操作失败");
|
||||
}
|
||||
|
||||
if (medicalRecord.getStatus() == 1){
|
||||
if (medicalRecord.getStatus() != 2){
|
||||
return ResponseDTO.error(NO_PERMISSION_EDIT);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user