退款金额展示有误fix

This commit is contained in:
2024-10-12 14:32:58 +08:00
parent ece7e3eb0e
commit 6bccfb8036
4 changed files with 35 additions and 6 deletions

View File

@@ -40,4 +40,5 @@ public interface TbOrderInfoMapper extends BaseMapper<TbOrderInfo> {
"order_amount=order_amount-#{priceAmount} where id=#{orderId} and origin_amount-#{priceAmount} >= 0")
int updateOrderAmount(Integer orderId, BigDecimal priceAmount, BigDecimal packAmount);
void cancelOrder();
}