wangzhinan 3 månader sedan
förälder
incheckning
9fb1f11f86

+ 1 - 1
svr/svr-visit-behind/src/main/java/com/yihu/jw/hospital/module/health/service/scheme/DoctorSchemeService.java

@ -169,7 +169,7 @@ public class DoctorSchemeService {
        json.put("isDrug",isDrug);//是否用药 1是0否
        String xtDevice = "0";//
        String xyDevice = "1";//
        String xyDevice = "0";//
        List<DevicePatientDevice> deviceList = patientDeviceDao.findByPatient(patient);
        for (DevicePatientDevice device:deviceList){
            if("1".equals(device.getCategoryCode())){