Commit 30643aa6 authored by jianghaiming's avatar jianghaiming

Merge branch 'online_time' into develop

parents c3ec2d80 395da4d1
......@@ -1164,7 +1164,7 @@ class GoodsService
$where['ORDER'] = ["create_time" => "DESC"];
$list = GoodsSku::select(["goods_spu_id", "goods_sku_id", "goods_name", "category_1_id", "category_2_id", "life_account_id",
"publish_user_id", "update_time", "create_time", "audit_status", "online_status"],
"publish_user_id", "update_time", "create_time", "audit_status", "online_status","online_start_time"],
$where);
if (!empty($list)) {
foreach ($list as $key => $item) {
......
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