maven
8 天以前 ee0be3d2f2a90094506e8f817098762a5b9d9a7e
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