Browse Source

修改身高拼写错误

YE-YI 8 năm trước cách đây
mục cha
commit
679b10df7d

+ 1 - 1
patient-co-wlyy/src/main/java/com/yihu/wlyy/web/doctor/health/DoctorHealthController.java

@ -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);