|
|
@@ -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);
|
|
|
|
|
|
}
|
|
|
|