maven
2025-12-16 b1b59aac99c3d465d51e5fb4f7ab8185ddb733d2
src/main/resources/mapper/purchase/PurchaseLedgerMapper.xml
@@ -49,7 +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">
        SELECT