Fancy
2024-12-19 3c61c5f4bc92f75b4fe60653eaa676a21cde4325
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