ソースを参照

医保编码问题

xiaochan 3 年 前
コミット
ab6b3715c3

+ 2 - 1
src/main/java/thyyxxk/webserver/dao/his/medicalinsurance/UpIdCollectionDao.java

@@ -180,7 +180,8 @@ public interface UpIdCollectionDao {
     List<GetDropdownBox> searchSurgeryByAlpha(@Param("content") String content, @Param("page") long page);
 
 
-    @Select("select count(1) from zd_icd9_cm3 where (code like #{content} or name" + " like #{content} or py_code like #{content})")
+    @Select("select count(1) from zd_icd9_cm3 where (code like #{content} or name" +
+            " like #{content} or py_code like #{content} or yb_code like #{content})")
     long searchSurgeryTotal(@Param("content") String content);