Commit 4b9322fa authored by jianghaiming's avatar jianghaiming

Merge branch 'jiang_fix_20210907' into test

parents 074a9cc3 2e6c7bb7
...@@ -272,7 +272,9 @@ class GoodsService ...@@ -272,7 +272,9 @@ class GoodsService
$skuParams['online_status'] = 0; $skuParams['online_status'] = 0;
break; break;
default: default:
# code... $skuParams['online_type'] = 1;
$skuParams['online_status'] = 0;
$skuParams['online_start_time'] = date("Y-m-d H:i:s");
break; break;
} }
......
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