Przeglądaj źródła

医保科室匹配扩充

lighter 2 lat temu
rodzic
commit
712fd9febc

+ 1 - 1
src/main/java/thyyxxk/webserver/dao/his/dictionary/YibaoKeShiPiPeiDao.java

@@ -31,7 +31,7 @@ public interface YibaoKeShiPiPeiDao {
             "<if test=\"flag == 2\">" +
             "si_caty is not null " +
             "</if>" +
-            "and (code like '1%' or code like '2%')  " +
+            "and (code like '1%' or code like '2%' or code like '3%')  " +
             "</script>")
     List<GetDropdownBox> getBenYuanKeShiCode(Integer flag);