|
@ -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())){
|