|
//$this->db->query("update crowd_customer set more_three = 1,is_tb = 0 where num >= 5");
|
|
//$this->db->query("update crowd_customer set more_three = 1,is_tb = 0 where num >= 5");
|
|
$this->db->query("update crowd_customer set more_three = 1 where num >= 5 and more_three = 0 and shop in (1,2,3,4,5,6)");
|
|
$this->db->query("update crowd_customer set more_three = 1 where num >= 5 and more_three = 0 and shop in (1,2,3,4,5,6)");
|