瀏覽代碼

Add files via upload

station_14109
altobaltobaltob GitHub 7 年之前
父節點
當前提交
569b7dde09
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      models/reports/Erpapidb_model.php

+ 2
- 2
models/reports/Erpapidb_model.php 查看文件

@@ -40,8 +40,8 @@ class Erpapidb_model extends CI_Model {
$this->db3->select('obj_id')
->from('cario')
->where('out_lane',$in_lane)
->where('in_time>=',$start)
->where('in_time<=',$end);
->where('out_time>=',$start)
->where('out_time<=',$end);
$rows = $this->db3->get();
return $rows->result_array();


Loading…
取消
儲存