maven
2 天以前 53df515e7431fc9ba119a714b6fd61d530a0785b
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">