liurunyu
2023-11-17 60026d2dae7d267ad42ee4d8fbe4c142763996bf
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