Commit 30bf82fd authored by jianghaiming's avatar jianghaiming

update:Set

parent 34b0f978
......@@ -18,7 +18,7 @@ class Goods implements DaemonServiceInterface
sleep(2);
$orderData = [
'online_status' => 1,
'rule_end_time[<]' => date("Y-m-d H:i:s",time())
'expiration_time[<]' => date("Y-m-d H:i:s",time())
];
$goodsList = GoodsSku::getRecords($orderData);
foreach ($goodsList as $key => $value) {
......
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