@ -409,7 +409,7 @@ public class PrescriptionInfoService extends BaseService {
return 0;
}
return 1;
public JSONArray getDoctorPrescription(Integer teamCode, String state, String diseases, String startDate, String endDate, String nameKeyword, String patient, Integer page, Integer size) {
@ -691,6 +691,7 @@ public class PrescriptionInfoService extends BaseService {
" LEFT(pr.create_time,19) AS createTime, " +
" pr.doctor, " +
" pr.dispensary_type AS dispensaryType " +
" e.expressage_name AS expressageName" +
" FROM " +
" wlyy_prescription pr " +
" LEFT JOIN wlyy_patient p ON pr.patient = p.`code` " +