王新凯 3 년 전
부모
커밋
fab84fc4b8
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      application/api/controller/Index.php

+ 1 - 0
application/api/controller/Index.php

@@ -186,6 +186,7 @@ class Index extends Api
 
 
 
+        dump($where);die();die();
 
         $list=Db::table('p_car')->where('is_deleted',0)
             ->where($where)