Commit 228e2dba authored by wwccw0591's avatar wwccw0591

pc

parent 26428bd2
......@@ -128,7 +128,7 @@ class OrderServiceModel extends \Business\AbstractModel
}
//获得订单列表
$orders = \Our\RedisHelper::cachedFunction(\Redis\Db5\OrderRedisModel::getInstance(), array(&$orderDao, 'getList'), array($where, $this->orderField, $pageIndex, $pageSize, $order = array('gmt_time' => 'desc')), \Our\ApiConst::oneDaySecond, array($memberId));
$orders = \Our\RedisHelper::cachedFunction(\Redis\Db5\OrderRedisModel::getInstance(), array(&$orderDao, 'getList'), array($where, $this->orderField, $pageIndex, $pageSize, $order = array('gmt_update' => 'desc')), \Our\ApiConst::oneDaySecond, array($memberId));
if (!empty($orders['list'])) {
$orderIds = array_column($orders['list'], 'orderId');
//获得订单商品列表
......
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