1
zj
2024-05-27 a4c723577bfefd14c0857f043b5425a67b29c4c7
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>