ソースを参照

Add files via upload

station_14109
altobaltobaltob GitHub 7年前
コミット
3a2912647f
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更0行の追加21行の削除
  1. +0
    -21
      models/reports/Erpapidb_model.php

+ 0
- 21
models/reports/Erpapidb_model.php ファイルの表示

@@ -62,27 +62,6 @@ class Erpapidb_model extends CI_Model {
}
public function sel_cario_lpr($obj_id) {
$this->db3->select('*')
->from('cario')
->where('obj_id',$obj_id)
->order_by('in_time desc')
->limit('1');
$rows = $this->db3->get();
return $rows->result_array();
}
public function save_cario_lpr($cario_no, $data) {
$this->db3->where('cario_no',$cario_no)
->update('cario',$data);
$sqlString = $this->db3->last_query();
}
}

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