liurunyu
2023-11-17 85ce0fa8006e3290447ae0e78783b353f7a3e8f6
pipIrr-platform/pipIrr-global/src/main/resources/mapper/BaClientMapper.xml
@@ -65,7 +65,7 @@
                blockId = #{blockId,jdbcType=BIGINT} and
            </if>
            <if test="name != null">
                name like '%#{name,jdbcType=VARCHAR}%' and
                name like concat('%', #{name}, '%') and
            </if>
            <if test="num != null">
                num = '#{num,jdbcType=VARCHAR}' and
@@ -95,7 +95,7 @@
                blockId = #{blockId,jdbcType=BIGINT} and
            </if>
            <if test="name != null">
                name like '%#{name,jdbcType=VARCHAR}%' and
                name like concat('%', #{name}, '%') and
            </if>
            <if test="num != null">
                num = '#{num,jdbcType=VARCHAR}' and