소스 검색

Add files via upload

station_14109
altobaltobaltob GitHub 7 년 전
부모
커밋
3a2912647f
No known key found for this signature in database 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();
}
}

불러오는 중...
취소
저장