Browse Source

Merge branch 'dev' of http://192.168.1.220:10080/Amoy2/wlyy2.0 into dev

wangjun 4 years ago
parent
commit
66ded19a15

+ 0 - 1
business/base-service/src/main/java/com/yihu/jw/hospital/prescription/service/PrescriptionService.java

@ -9536,7 +9536,6 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
                return "找不到医生信息!";
            }
        }
        return null;
    }
}