ソースを参照

Add files via upload

station_14109
altobaltobaltob GitHub 7年前
コミット
569b7dde09
この署名に対応する既知のキーがデータベースに存在しません GPGキー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();


読み込み中…
キャンセル
保存