1
zj
2024-06-04 bdb109fc4f6d9af242380c1f49f76fad2247b496
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>