ltkj-hosp/src/main/java/com/ltkj/hosp/mapper/TjOrderMapper.java
@@ -319,6 +319,16 @@ "WHERE\n" + " a.deleted = 0 \n" + " AND b.org_type = 2 \n" + " AND a.type !=1") " AND a.type =0") List<String> getDingShiTongBuJianChaTjNum(); void tjQiandaodengji(Map<String,Object> map); void tjLispacstongbujianyi(Map<String, Object> map); List<List<?>> getTjBgdyList(Map<String, Object> map); }