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