瀏覽代碼

随访居民详情增加openid

huangwenjie 7 年之前
父節點
當前提交
2039f4080d

+ 1 - 0
patient-co/patient-co-wlyy/src/main/java/com/yihu/wlyy/web/doctor/patient/DoctorPatientGroupController.java

@ -707,6 +707,7 @@ public class DoctorPatientGroupController extends BaseController {
                json.put("standardStatus",temp.getStandardStatus());
                json.put("standardStatus",temp.getStandardStatus());
                //设备状态:0未绑定,1血糖仪,2血压仪,3血糖仪+血压仪
                //设备状态:0未绑定,1血糖仪,2血压仪,3血糖仪+血压仪
                json.put("deviceType",temp.getDeviceType());
                json.put("deviceType",temp.getDeviceType());
                json.put("openid",temp.getOpenid());
                return write(200, "患者信息查询成功!", "data", json);
                return write(200, "患者信息查询成功!", "data", json);
            } else {
            } else {