Browse Source

药品术语映射

zhaops 4 years ago
parent
commit
0e90bc6073
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cdssman-service/src/main/resources/mapper/DrugConfigMapper.xml

+ 1 - 1
cdssman-service/src/main/resources/mapper/DrugConfigMapper.xml

@@ -18,7 +18,7 @@
     </resultMap>
 
     <!-- 分页查询 -->
-    <select id="getPage" resultType="com.diagbot.entity.PacsConfig">
+    <select id="getPage" resultType="com.diagbot.entity.DrugConfig">
         select a.*
         from tran_drug_config a
         where a.is_deleted='N'