|
@ -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);
|
|
|
}
|
|
|
|
|
|
/**
|