Commit f2728bcd authored by luhongguang's avatar luhongguang

update:拼单商品list 排序

parent 8c3d5ec4
...@@ -217,7 +217,7 @@ class MarketingService ...@@ -217,7 +217,7 @@ class MarketingService
$where['online_status'] = $params['online_status']; $where['online_status'] = $params['online_status'];
} }
$where['ORDER'] = ["create_time" => "DESC"]; $where['ORDER'] = ["update_time" => "DESC"];
$where['LIMIT'] = [$page, $limit]; $where['LIMIT'] = [$page, $limit];
$list = Marketing::select(["marketing_id", "marketing_name", "start_time", "end_time", $list = Marketing::select(["marketing_id", "marketing_name", "start_time", "end_time",
"online_status", "update_time", "create_time"] "online_status", "update_time", "create_time"]
......
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