Browse Source

修改IM配置

huangwenjie 5 years ago
parent
commit
8edac81c57

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

@ -2212,6 +2212,7 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
                " d.job_title_name AS jobTitleName," +
                " d.charge_type AS chargeType," +
                " h.dept_name AS deptName," +
                " d.consult_status AS consultStatus," +
                " a.total as consultTotal" +
                " FROM " +
                " base_doctor d " +