@ -278,7 +278,7 @@ public class DoctorHealthController extends BaseController {
map.put("tz",tz);
}
DevicePatientHealthIndex sg = healthIndexService.findLastByPatien(patient,4);
if(tz != null){
if(sg != null){
map.put("sg",sg);
return write(200, "查询成功", "data", map);