zj
2024-05-23 846ff7c7570ef124b10e48d6816955a1bbc02db5
src/main/resources/mapper/UserOptionLogMapper.xml
@@ -15,6 +15,7 @@
        <if test="userId!=null and userId!=''">
            and t1.user_id = #{userId}
        </if>
        order by create_time desc
    </select>
</mapper>