Commit c8057ae6e480cb0e3ed8bc1a0794ab012733a863
1 parent
51da6ea701
Exists in
master
and in
6 other branches
听力诊断模块
Showing 1 changed file with 4 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/HearingDiagnoseController.java
View file @
c8057ae
| ... | ... | @@ -751,6 +751,10 @@ |
| 751 | 751 | } |
| 752 | 752 | obj.setModifyId(String.valueOf(loginState.getId())); |
| 753 | 753 | obj.setModifyTime(new Date()); |
| 754 | + //确诊 加入确诊时间 | |
| 755 | + if(obj.getIsconfirm()==1){ | |
| 756 | + obj.setConfirmTime(new Date()); | |
| 757 | + } | |
| 754 | 758 | hearingDiagnoseService.updateBabyPatientExtendEarHearingDiagnose(obj); |
| 755 | 759 | BaseResponse response = new BaseResponse(); |
| 756 | 760 | response.setObject(obj.getId()); |