|
@ -8921,7 +8921,7 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
|
|
|
public MixEnvelop prescriptionManage(String keyWord,String doctorId,String startTime,String endTime,String checkStatus,Integer page,Integer pageSize){
|
|
|
String sql = " select p.create_time as \"createTime\"," +
|
|
|
" p.patient_name as \"patientName\"," +
|
|
|
" p.idcard as \"idcard\"," +
|
|
|
" o.idcard as \"idcard\"," +
|
|
|
" o.card_no as \"cardNo\"," +
|
|
|
" p.check_status as \"checkStatus\"," +
|
|
|
" p.id as \"id\"," +
|