ソースを参照

大屏幕临时修改,方便测试,需要改回来

lizhen_gitee 6 ヶ月 前
コミット
15bf70b0ae
1 ファイル変更1 行追加1 行削除
  1. 1 1
      application/company/controller/Index.php

+ 1 - 1
application/company/controller/Index.php

@@ -118,7 +118,7 @@ class Index extends Apic
 
 
         //中间底部
-        $maintainlist = Db::name('maintain')->field('id,DATE(FROM_UNIXTIME(createtime)) as createdate')->where('company_id',$this->auth->company_id)->whereTime('createtime','week')->select();
+        $maintainlist = Db::name('maintain')->field('id,DATE(FROM_UNIXTIME(createtime)) as createdate')->where('company_id',$this->auth->company_id)/*->whereTime('createtime','week')*/->select();
         $maindate = array_column($maintainlist,'createdate');
         $maindate = array_count_values($maindate);