From 3a2912647f768c702c75038ba08f544f8a89da69 Mon Sep 17 00:00:00 2001 From: altobaltobaltob <32124724+altobaltobaltob@users.noreply.github.com> Date: Fri, 6 Jul 2018 16:30:23 +0800 Subject: [PATCH] Add files via upload --- models/reports/Erpapidb_model.php | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/models/reports/Erpapidb_model.php b/models/reports/Erpapidb_model.php index 66bf53b..8023511 100644 --- a/models/reports/Erpapidb_model.php +++ b/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(); - - } } \ No newline at end of file