maven
2025-12-08 7b55a115c1d4a294c7e62521f6819ef94de4a656
src/main/resources/mapper/purchase/PurchaseLedgerMapper.xml
@@ -49,6 +49,7 @@
        pl.project_name,pl.entry_date,
        pl.recorder_name,
        pl.contract_amount
        order by pl.entry_date desc
    </select>
    <select id="getPaymentRegistrationDtoById" resultType="com.ruoyi.purchase.dto.PaymentRegistrationDto">