|
|
@@ -222,7 +222,7 @@ class HdRefundService extends BaseService
|
|
|
];
|
|
|
ShopCapitalClass::addCapital($capitalData);
|
|
|
//当天和当月支出统计
|
|
|
- StatOutClass::updateOrInsert($shop, $refundPrice);
|
|
|
+ StatOutClass::updateOrInsert($main, $shop, $refundPrice);
|
|
|
//退款统计
|
|
|
StatRefundClass::replace($shop, $payWay, $refundPrice);
|
|
|
|