소스 검색

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) {