|
@ -1614,6 +1614,7 @@ public class ImService {
|
|
|
WlyyOutpatientDO wlyyOutpatientDO = outpatientDao.findOne(cons.getRelationCode());
|
|
|
if(wlyyOutpatientDO != null && wlyyOutpatientDO.getId() != null){
|
|
|
wlyyOutpatientDO.setStatus("3");
|
|
|
outpatientDao.save(wlyyOutpatientDO);
|
|
|
}
|
|
|
|
|
|
List<WlyyHospitalWaitingRoomDO> wlyyHospitalWaitingRoomDOS = hospitalWaitingRoomDao.findByOutpatientId(cons.getRelationCode());
|