pipIrr-platform/pipIrr-global/src/main/resources/mapper/BaClientMapper.xml
@@ -66,13 +66,13 @@ <if test="blockId != null"> bc.blockId = #{blockId,jdbcType=BIGINT} and </if> <if test="name != null"> <if test="name != null and name != ''"> bc.`name` like concat('%', #{name}, '%') and </if> <if test="num != null"> <if test="num != null and num != ''"> bc.num = #{num,jdbcType=VARCHAR} and </if> <if test="phone != null"> <if test="phone != null and phone != ''"> bc.phone = #{phone,jdbcType=VARCHAR} and </if> </trim>