Commit b094c9dc authored by 张晓林's avatar 张晓林

用户列表场景修改

parent 9d6bd168
...@@ -42,7 +42,7 @@ class ShopUserListController extends BaseController ...@@ -42,7 +42,7 @@ class ShopUserListController extends BaseController
$param = Yii::$app->request->get(); $param = Yii::$app->request->get();
$ShopUserList = new ShopUserList(); $ShopUserList = new ShopUserList();
$ShopUserList->scenarios = 'userList'; $ShopUserList->scenario ='userList';
$query = $ShopUserList::find() $query = $ShopUserList::find()
->select(['GUID','NAME','CREATE_DATE','USER_GROUP_GUID','CODE','WX_NO','LABEL','CONSUMPTION_POINT']) ->select(['GUID','NAME','CREATE_DATE','USER_GROUP_GUID','CODE','WX_NO','LABEL','CONSUMPTION_POINT'])
->orderBy('UPDATE_DATE'); ->orderBy('UPDATE_DATE');
......
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