lvhao hace 23 horas
padre
commit
bad526e10c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      core/CoreApp/controllers/Workshopshow.php

+ 1 - 1
core/CoreApp/controllers/Workshopshow.php

@@ -319,7 +319,7 @@ class Workshopshow extends Start_Controller
         $orderinfos = array_column($list,'orderinfo');
         
         $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->select("orderinfo,rk,ck");
         $list = $this->db->get('whlabel_bh_transfer')->result_array();