mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2026-02-05 00:49:49 +08:00
【修复】修复后台审核售后单类型,对支付单类型传值错误可能导致退款操作失败的问题。
This commit is contained in:
@@ -607,8 +607,7 @@ namespace CoreCms.Net.Services
|
|||||||
//如果有退款,生成退款单
|
//如果有退款,生成退款单
|
||||||
if (refund > 0)
|
if (refund > 0)
|
||||||
{
|
{
|
||||||
var refundRes = await refundServices.ToAdd(info.userId, info.orderId,
|
var refundRes = await refundServices.ToAdd(info.userId, info.orderId, orderInfo.orderType, refund, info.aftersalesId);
|
||||||
(int)GlobalEnumVars.BillRefundType.Order, refund, info.aftersalesId);
|
|
||||||
if (!refundRes.status)
|
if (!refundRes.status)
|
||||||
{
|
{
|
||||||
return refundRes;
|
return refundRes;
|
||||||
|
|||||||
Reference in New Issue
Block a user