lvhao 1 hari lalu
induk
melakukan
926bcdb31e
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      core/CoreApp/controllers/Workshopshow.php

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

@@ -139,6 +139,7 @@ class Workshopshow extends Start_Controller
         $month_one = date("Y-m-d", strtotime("-1 month"));
         $this->db->where("time >",strtotime($month_one));
         $this->db->not_like('rk', '|11|','before');
+        $this->db->where("rk != ck");
         $this->db->where("ycrk_type",0);
         $list = $this->db->get('systemtransfer')->result_array();