@@ -59,7 +59,7 @@
</update>
- <select id="search" resultType="com.diagbot.vo.DiagnoseSearchVO">
+ <select id="search" resultType="com.diagbot.entity.LibraryInfo">
SELECT a.* FROM kl_library_info a, kl_concept b
WHERE a.is_deleted = 'N' and b.is_deleted = 'N'
AND a.concept_id = b.id