Commit e887cf2c authored by zw's avatar zw

1

parent 5517e65b
...@@ -147,7 +147,7 @@ class SquareService ...@@ -147,7 +147,7 @@ class SquareService
$ids .= $key . ","; $ids .= $key . ",";
} }
$ids = rtrim($ids, ","); $ids = rtrim($ids, ",");
$field = 'id,title,agent_id,district_lable_id,cover_img,create_time'; $field = 'id,title,agent_id,district_lable_id,is_cream,cover_img,create_time';
$get_params['status'] = 0; $get_params['status'] = 0;
$get_params['id'] = array("in", $ids); $get_params['id'] = array("in", $ids);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment