provision fix

This commit is contained in:
CHIEFSOFT\ameye
2025-07-25 07:23:48 -04:00
parent 6adfa9d559
commit c938133edc
4 changed files with 35 additions and 24 deletions
+1 -1
View File
@@ -200,7 +200,7 @@ class Provision extends BaseController
}
private function scheduleRefreshAction(){
$mysql = "SELECT * FROM member_product_refresh WHERE product_id IN ('A000001','A0000012') AND status =0 LIMIT 1";
$mysql = "SELECT * FROM member_product_refresh WHERE product_id IN ('A000001','A000002') AND status =0 LIMIT 1";
$query = $this->db->query($mysql);
// $num = $query->num_rows();
$provision_list = $query->getResult();