Ver Fonte

修复医保科室匹配

lighter há 3 anos atrás
pai
commit
f81a4d7d54

+ 1 - 1
pom.xml

@@ -10,7 +10,7 @@
     </parent>
     <groupId>thyyxxk</groupId>
     <artifactId>web-server</artifactId>
-    <version>2</version>
+    <version>1</version>
     <name>web-server</name>
     <description>server for yibao-web</description>
     <properties>

+ 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%'  " +
+            "and (code like '1%' or code like '2%')  " +
             "</script>")
     List<GetDropdownBox> getBenYuanKeShiCode(Integer flag);