Fancy
2024-10-30 e487d886533bb60618864642b85f13957252f70d
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