提交 986824c1 编写于 作者: T Terry

customer address services

上级 f71140da
......@@ -121,7 +121,7 @@ class Address extends Service
$filter = [
'numPerPage' => 30,
'pageNum' => 1,
'orderBy' => ['updated_at' => SORT_DESC],
'orderBy' => ['is_default' => SORT_ASC ,'updated_at' => SORT_DESC],
'where' => [
['customer_id' => $customer_id],
],
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册