Commit 8a69ceea authored by wwccw0591's avatar wwccw0591

pc

parent 89f82a9b
......@@ -633,7 +633,7 @@ class ShopkeeperServiceModel extends \Business\AbstractModel
$this->taskSize = PageConst::taskPageSize;
$elasticsTool = ElasticsToolModel::getInstance(NameConst::ordersIndex);
do {
$where = Common::format(" han_order.add_time>={0} and han_order.add_time<{1} ", $beginTime, TIMESTAMP);
$where = Common::format(" han_order.gmt_update>={0} and han_order.gmt_update<{1} ", $beginTime, TIMESTAMP);
// $orders = $this->getRetrunDatas($where, $this->taskIndex, $this->taskSize);
// if (!empty($orders['orders'])) {
// $this->taskIndex++;
......
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