|
@@ -65,7 +65,7 @@ class PublicController extends BaseController
|
|
|
->group('link_id')->field('link_id,count(id)')->select();
|
|
|
var_dump($list);
|
|
|
|
|
|
- $this->dealOrderIntegral(StoreOrder::get(383),33.98630144);
|
|
|
+ $this->dealOrderIntegral(StoreOrder::get(383), 33.98630144);
|
|
|
|
|
|
}
|
|
|
|
|
@@ -80,7 +80,7 @@ class PublicController extends BaseController
|
|
|
$user = $userService->getUserInfo($order['uid']);
|
|
|
$integral_price = $price;
|
|
|
$total_price = $order['total_price'];
|
|
|
- return $awardIntegralService->transaction(function () use ($award_price, $levelServices, $awardIntegralService, $userService, $user, $integral_price, $total_price, $order) {
|
|
|
+ return $awardIntegralService->transaction(function () use ($levelServices, $awardIntegralService, $userService, $user, $integral_price, $total_price, $order) {
|
|
|
try {
|
|
|
//添加静态积分
|
|
|
$static_integral_ratio = sys_config('static_integral_ratio', 0);
|