Fancy
2025-01-07 87d0248925a5a8c3cf07ba8a0283dc363e2b59f4
pms-parent/pms-global/src/main/resources/mapper/TstCommandMapper.xml
@@ -58,7 +58,7 @@
                name like concat('%', #{name}, '%') and
            </if>
            <if test="proId != null">
                pro_id = #{proId,jdbcType=BIGINT} and
                pro_id = #{proId} and
            </if>
            <if test="value != null and value !=''">
                value like concat('%', #{value}, '%') and