Browse Source

术语映射

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

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

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