无关风月
5 天以前 9ec0ecb6e1a81f1ce55935b9ba7fbda6c3a8810a
ruoyi-system/src/main/resources/mapper/system/OaApprovalApplicationPurchaseItemMapper.xml
@@ -24,7 +24,7 @@
        from oa_approval_application_purchase_item t1
                 left join asset_type t2 on t2.id = t1.asset_type_id
        where t1.approval_application_id = #{query.approvalApplicationId}
        order by t1.id desc
    </select>
</mapper>