huangwenjie 7 лет назад
Родитель
Сommit
e6cfd393d7

+ 1 - 1
patient-co/patient-co-wlyy/src/main/java/com/yihu/wlyy/service/app/prescription/PrescriptionExpressageService.java

@ -56,7 +56,7 @@ public class PrescriptionExpressageService {
     * @return
     */
    public PrescriptionExpressage findByPrescriptionCode(String prescriptionCode) {
        return prescriptionExpressageDao.findByPrescriptionPay(prescriptionCode);
        return prescriptionExpressageDao.findByPrescriptionCode(prescriptionCode);
    }