mitao
5 天以前 0b7e2752b6f1e87084b837043291c890cca780a8
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>