Kirin 3 gadi atpakaļ
vecāks
revīzija
647f6e15d3
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      app/api/controller/PublicController.php

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

@@ -40,6 +40,7 @@ class PublicController
 
     public function test()
     {
+        var_dump(111);
         $order = StoreOrder::where('transaction_id', 'not null')->where('refund_status', 0)->where('is_del', 0)->where('is_system_del')->where('status', '>', 1)->select();
         try {
             foreach ($order as $v) {