浏览代码

Update Vghtc_report_month.php

station_14109
altobaltobaltob GitHub 7 年前
父节点
当前提交
1c76f3de6e
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 6 次插入17 次删除
  1. +6
    -17
      controllers/reports/Vghtc_report_month.php

+ 6
- 17
controllers/reports/Vghtc_report_month.php 查看文件

@@ -125,23 +125,11 @@ class Vghtc_report_month extends CI_Controller {
}
$dateba_lane00=array(
"dateba_lane_0" => $dateba_lane_0,
"dateba_lane_1" => $dateba_lane_1,
"dateba_lane_2" => $dateba_lane_2,
"dateba_lane_3" => $dateba_lane_3,
"dateba_lane_4" => $dateba_lane_4,
"dateba_lane_5" => $dateba_lane_5,
"dateba_lane_6" => $dateba_lane_6,
"dateba_lane_8" => $dateba_lane_8,
"dateba_lane_9" => $dateba_lane_9,
"dateba_lane_10" => $dateba_lane_10,
"dateba_lane_11" => $dateba_lane_11,
"dateba_lane_12" => $dateba_lane_12,
);
// "sel_cario_tatal" => $sel_cario_tatal
// "dateba" => $alltatle,
// "hourba" => $alltatle/24
foreach($sel_in_lane as $key1 => $value1){
$sel_cario2=$this->erpapidb->sel_cario($value1['in_lane'],$start,$end);
$dateba_lane00[]=array("dateba_lane_0".$key1=>count($sel_cario2));
}
$this->front->sel_cario_tatal[$start0]=$sel_cario_tatal;
$this->front->dateba_lane[$start0]=$dateba_lane00;
$this->front->sel_in_lane[$start0]=$sel_in_lane;
@@ -177,3 +165,4 @@ class Vghtc_report_month extends CI_Controller {
}

正在加载...
取消
保存