panlumeng 3 years ago
parent
commit
f832bf0bde
3 changed files with 6 additions and 3 deletions
  1. 3 0
      .gitignore
  2. 1 1
      application/Admin/controller/Account.php
  3. 2 2
      application/config.php

+ 3 - 0
.gitignore

@@ -1,3 +1,6 @@
 .idea
 composer.lock
 *.log
+application/config.php
+application/database.php
+runtime

+ 1 - 1
application/Admin/controller/Account.php

@@ -50,7 +50,7 @@ class Account extends Base
         $list = Db::name("account_list")->where($where)->page($page,$size)->order("addtime desc")->select();
         $i=[];
         foreach ($list as $vus ){
-            $vi = Db::name('rela_video')->join('fc_video a','a.id=rela_video.video_id','left')->field('a.video_sn,a.video_name,a.video_url,a.video_img')->where(['accountid'=>$vus['id'],'is_del'=>0,])->select();
+            $vi = Db::name('rela_video')->join('fc_video a','a.id=fc_rela_video.video_id','left')->field('a.video_sn,a.video_name,a.video_url,a.video_img')->where(['accountid'=>$vus['id'],'a.is_del'=>0,])->select();
             if(empty($vi)){
                 $vi=[];
             }

+ 2 - 2
application/config.php

@@ -15,9 +15,9 @@ return [
     // +----------------------------------------------------------------------
 
     // 应用调试模式
-    'app_debug'              => false,
+    'app_debug'              => true,
     // 应用Trace
-    'app_trace'              => false,
+    'app_trace'              => true,
     // 应用模式状态
     'app_status'             => '',
     // 是否支持多模块