xuhy
2025-02-28 68f10bae4cef8a9c9d96bf391fd4c0b917eb6dff
bug修改
1个文件已修改
2 ■■■ 已修改文件
ruoyi-system/src/main/resources/mapper/system/TBillMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-system/src/main/resources/mapper/system/TBillMapper.xml
@@ -63,7 +63,7 @@
                and t.id = #{query.userId}
            </if>
        </where>
        order by b.payable_fees_time desc
        order by b.payable_fees_time
    </select>
    <select id="getBillList" resultType="com.ruoyi.system.dto.TBillDto">
        SELECT