Selaa lähdekoodia

患者端档案bug修改

hzp 8 vuotta sitten
vanhempi
commit
53b90541f1

+ 1 - 1
patient-co-wlyy/src/main/java/com/yihu/wlyy/web/patient/archives/PatientArchivesController.java

@ -123,7 +123,7 @@ public class PatientArchivesController extends WeixinBaseController {
                                    @RequestParam(value="pageSize",required = true) String pageSize)
    {
        try {
            List<Map<String,String>> result = patientRecordService.getExamAndLabReport("P20161008001", page, pageSize);
            List<Map<String,String>> result = patientRecordService.getExamAndLabReport(getUID(), page, pageSize);
            return write(200, "获取检查检验报告成功!", "data", result);
        } catch (Exception e) {