|
@@ -319,7 +319,7 @@ class Workshopshow extends Start_Controller
|
|
|
$orderinfos = array_column($list,'orderinfo');
|
|
$orderinfos = array_column($list,'orderinfo');
|
|
|
|
|
|
|
|
$this->db->where_in('orderinfo',$orderinfos);
|
|
$this->db->where_in('orderinfo',$orderinfos);
|
|
|
- $this->db->not_list('rk', '|11|','before');
|
|
|
|
|
|
|
+ $this->db->not_like('rk', '|11|','before');
|
|
|
$this->db->where('rk != ck');
|
|
$this->db->where('rk != ck');
|
|
|
$this->db->select("orderinfo,rk,ck");
|
|
$this->db->select("orderinfo,rk,ck");
|
|
|
$list = $this->db->get('whlabel_bh_transfer')->result_array();
|
|
$list = $this->db->get('whlabel_bh_transfer')->result_array();
|