Kirin 1 سال پیش
والد
کامیت
ee2ba72fcd
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      app/controller/api/v1/PublicController.php

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

@@ -66,7 +66,7 @@ class PublicController extends BaseController
 
     public function test()
     {
-        $this->dealOrderIntegral(StoreOrder::where('id',)->find());
+        $this->dealOrderIntegral(StoreOrder::where('id', 723)->find());
     }
 
     public function dealOrderIntegral($order)