mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 18:13:26 +08:00
修复【取消订单并退款】操作返回值code错误的问题。
This commit is contained in:
@@ -1783,6 +1783,8 @@ namespace CoreCms.Net.Services
|
||||
_goodsServices.ChangeStock(item.productId, GlobalEnumVars.OrderChangeStockType.cancel.ToString(), item.nums);
|
||||
}
|
||||
|
||||
jm.code = 0;
|
||||
jm.status = true;
|
||||
jm.msg = "订单取消成功请前往退款单退款。";
|
||||
return jm;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user