@ -1663,6 +1663,7 @@ public class ImService {
object.put("info",infoVOs);
object.put("outpatientid",wlyyPrescriptionVO.getOutpatientId());
object.put("prescriptionid",wlyyPrescriptionVO.getId());
object.put("ispay",wlyyPrescriptionVO.getPayStatus());
if(!infoVOs.isEmpty()){
String response = imUtil.sendImMsg(wlyyPrescriptionVO.getDoctor(), wlyyPrescriptionVO.getDoctorName(), wlyyPrescriptionVO.getPatientCode()+"_"+wlyyPrescriptionVO.getOutpatientId()+"_9", "27", JSON.toJSONString(infoVOs),"1");
}