소스 검색

修改身高拼写错误

YE-YI 8 년 전
부모
커밋
679b10df7d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      patient-co-wlyy/src/main/java/com/yihu/wlyy/web/doctor/health/DoctorHealthController.java

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