|
@ -927,6 +927,7 @@ public class ImService {
|
|
|
JSONObject result = imUtil.getSingleSessionInfo(sessionId,doctorCode);
|
|
|
|
|
|
wlyyOutpatientDO.setStatus("1");//修改就诊记录为就诊中
|
|
|
wlyyOutpatientDO.setConDate(new Date());
|
|
|
outpatientDao.save(wlyyOutpatientDO);
|
|
|
|
|
|
return result;
|