Explorar o código

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

zdm %!s(int64=6) %!d(string=hai) anos
pai
achega
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
     */
    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);
    }
    /**