Kirin 3 years ago
parent
commit
647f6e15d3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/api/controller/PublicController.php

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

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