Explorar el Código

注册药品维护-检索药品通用名

zhaops hace 3 años
padre
commit
9deb75a42e

+ 2 - 2
cdssman-service/src/main/resources/mapper/KlDrugRegisterMapper.xml

@@ -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>