src/main/resources/mapper/sales/ReceiptPaymentMapper.xml
@@ -29,7 +29,7 @@ AND T4.customer_id = #{receiptPaymentDto.customerId} </if> </where> ORDER BY T1.receipt_payment_date ASC ORDER BY T1.create_time ASC </select> <select id="receiptPaymentInfo" resultType="com.ruoyi.sales.dto.ReceiptPaymentDto"> @@ -138,7 +138,7 @@ T4.customer_id = #{customerId} ORDER BY T1.receipt_payment_date ASC T1.create_time ASC LIMIT #{total} ) AS limited_rows </select>