es
yangsai@163.com 8 months ago
parent 9fc0881c14
commit c1823ecf2b
  1. 2
      app/common/model/user/BalanceLog.php

@ -52,7 +52,7 @@ class BalanceLog extends BaseModel
public static function add(int $scene, array $data, array $describeParam, ?int $storeId = null)
{
$model = new static;
if(empty($storeId)){
if(empty($storeId)&&$scene=10){
$REmodel = Order::getPayDetail($data['order_no']);
$storeId = $REmodel['store_id'];
}

Loading…
Cancel
Save