@@ -104,8 +104,8 @@
a.is_deleted = 'N'
AND a.lib_type = 101
AND a.lib_name LIKE concat('%',#{name}, '%')
- and a.id not in (
+ <!--and a.id not in (
SELECT b.drug_concept FROM `kl_drug_mapping` b where a.is_deleted = 'N'
- )
+ )-->
</select>
</mapper>