Pārlūkot izejas kodu

获取居民就诊记录接口变更

zdm 6 gadi atpakaļ
vecāks
revīzija
31b3e96c3b

+ 1 - 1
business/base-service/src/main/java/com/yihu/jw/hospital/prescription/service/PrescriptionService.java

@ -98,7 +98,7 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
     * @throws Exception
     * @throws Exception
     */
     */
    public JSONArray findOutpatientList(String patNo, String startTime, String endTime, boolean demoFlag)throws Exception{
    public JSONArray findOutpatientList(String patNo, String startTime, String endTime, boolean demoFlag)throws Exception{
        return entranceService.BS30025(patNo,startTime,endTime,demoFlag);
        return entranceService.BS30025(patNo,null,null,startTime,endTime,demoFlag);
    }
    }
    /**
    /**