Commit 2db7ff5a authored by jianghaiming's avatar jianghaiming

Merge branch 'online_time' into test

parents 03518bec 6462028d
......@@ -268,6 +268,7 @@ class GoodsService
switch ($online_type) {
case 1:
$skuParams['online_status'] = 1;
$skuParams['online_start_time'] = date("Y-m-d H:i:s");
break;
case 2:
$skuParams['online_status'] = 0;
......
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