Browse Source

会员升级

Kirin 1 year ago
parent
commit
aa806cce53
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/controller/api/v1/PublicController.php

+ 1 - 1
app/controller/api/v1/PublicController.php

@@ -65,7 +65,7 @@ class PublicController extends BaseController
             ->group('link_id')->field('link_id,count(id)')->select()->toArray();
         var_dump($list);
 
-        $this->dealOrderIntegral(StoreOrder::get(383), 33.98630144);
+        $this->dealOrderIntegral(StoreOrder::where('id', 383)->find(), 33.98630144);
 
     }