2
lige
2023-12-09 894b091f0e9b6b501e408885ce28f6a391e43d7c
ltkj-hosp/src/main/resources/mapper/hosp/DictSfxmMapper.xml
@@ -62,7 +62,8 @@
                            and xmbm = #{xmbm}
                        </if>
                        <if test="xmmc != null  and xmmc != ''">
                            and xmmc like "%"#{xmmc}"%"
--                             and xmmc like "%"#{xmmc}"%"
                            and xmmc like CONCAT("%",#{xmmc},"%")
                        </if>
                        <if test="pym != null  and pym != ''">
                            and pym like "%"#{pym}"%"
@@ -436,4 +437,4 @@
            #{id}
        </foreach>
    </delete>
</mapper>
</mapper>