Преглед изворни кода

Merge branch 'master' of http://git.liuniu946.com/Kirin/zccy

zxhxx пре 3 година
родитељ
комит
a7776debfa
1 измењених фајлова са 1 додато и 0 уклоњено
  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) {