修复后台退款原因、时间为空问题
This commit is contained in:
@ -92,6 +92,9 @@ public class StoreAfterSalesServiceImpl extends BaseServiceImpl<StoreAfterSalesM
|
|||||||
//更新订单状态
|
//更新订单状态
|
||||||
yxStoreOrder.setStatus(-1);
|
yxStoreOrder.setStatus(-1);
|
||||||
yxStoreOrder.setRefundStatus(OrderInfoEnum.REFUND_STATUS_1.getValue());
|
yxStoreOrder.setRefundStatus(OrderInfoEnum.REFUND_STATUS_1.getValue());
|
||||||
|
yxStoreOrder.setRefundReasonWap(storeAfterSalesParam.getReasonForApplication());
|
||||||
|
yxStoreOrder.setRefundReasonWapExplain(storeAfterSalesParam.getApplicationInstructions());
|
||||||
|
yxStoreOrder.setRefundReasonTime(new Date());
|
||||||
storeOrderMapper.updateById(yxStoreOrder);
|
storeOrderMapper.updateById(yxStoreOrder);
|
||||||
//生成售后订单
|
//生成售后订单
|
||||||
StoreAfterSales storeAfterSales = new StoreAfterSales();
|
StoreAfterSales storeAfterSales = new StoreAfterSales();
|
||||||
|
Reference in New Issue
Block a user