Commit aac7f805107ee2dfcb5e706b5a2da6eaf8ae09d0
1 parent
9a27d31525
Exists in
master
update
Showing 1 changed file with 2 additions and 2 deletions
talkonlineweb/src/main/java/com/lyms/talkonlineweb/controller/TkRecordController.java
View file @
aac7f80
... | ... | @@ -58,8 +58,8 @@ |
58 | 58 | baseResponse.setErrormsg("已经没有了问诊卡"); |
59 | 59 | return baseResponse; |
60 | 60 | } |
61 | - lymsTkrecordService.save(tkrecord); | |
62 | 61 | |
62 | + | |
63 | 63 | LymsChatgroup group =new LymsChatgroup(); |
64 | 64 | LymsDoctor doctor=lymsDoctorService.getById(tkrecord.getDid()); |
65 | 65 | LymsPatient patient=lymsPatientService.getById(tkrecord.getPid()); |
... | ... | @@ -75,7 +75,7 @@ |
75 | 75 | group.setDescription(group.getFromp() + "," + group.getTarget()); |
76 | 76 | group.setGroupname(group.getFromp() + "," + group.getTarget()); |
77 | 77 | lymsChatgroupService.saveOrUpdate(group); |
78 | - | |
78 | + lymsTkrecordService.save(tkrecord); | |
79 | 79 | baseResponse.setObject(group); |
80 | 80 | |
81 | 81 | baseResponse.setErrormsg("成功"); |