Commit 02f25984 authored by clone's avatar clone Committed by hujun

修改楼盘自动下架

parent 635a79ee
......@@ -51,7 +51,7 @@ class UpdateShopStatusTask
$params = [];
$time_ = date('Y-m-d', strtotime("-$day day"));
$params["status"] = 1;
$params["create_time"] = array( 'lt', $time_ . " 23:59:59");
$params["update_time"] = array( 'lt', $time_ . " 23:59:59");
$params["is_execute"] = 0;
$result = $this->shopModel->getShopListByTime($field, $params);
......
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