售后问题修复
This commit is contained in:
@ -207,7 +207,7 @@ public class WechatController {
|
||||
storeOrder.setRefundStatus(OrderInfoEnum.REFUND_STATUS_2.getValue());
|
||||
storeOrder.setRefundPrice(refundFee);
|
||||
orderService.updateById(storeOrder);
|
||||
orderService.retrunStock(orderId);
|
||||
orderService.returnStock(orderId);
|
||||
//售后状态修改
|
||||
LambdaQueryWrapper<StoreAfterSales> wrapper = new LambdaQueryWrapper<>();
|
||||
wrapper.eq(StoreAfterSales::getOrderCode, orderId);
|
||||
|
Reference in New Issue
Block a user