shish 4 anos atrás
pai
commit
57f19d1d0f
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      biz-hd/refund/services/HdRefundService.php

+ 1 - 1
biz-hd/refund/services/HdRefundService.php

@@ -224,7 +224,7 @@ class HdRefundService extends BaseService
         //当天和当月支出统计
         StatOutClass::updateOrInsert($main, $shop, $refundPrice);
         //退款统计
-        StatRefundClass::replace($shop, $payWay, $refundPrice);
+        StatRefundClass::replace($main, $shop, $payWay, $refundPrice);
 
         //退款流程
         if ($payWay == dict::getDict('payWay', 'wxPay')) {