zj
2024-06-04 935b27a40c549f3ebc15e7e9654cdfd01e8eab13
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>