Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
newShopBack
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
newshop
newShopBack
Commits
1527daf8
Commit
1527daf8
authored
Nov 15, 2019
by
孙磊
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'development' of
http://gitlab-ebiz.yiyao365.cn/newshop/newshopback
into development
parents
f538b166
c7d63b8a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
3 deletions
+13
-3
ShopUserListController.php
backend/controllers/v1/shopuser/ShopUserListController.php
+13
-2
ShopUserList.php
backend/models/v1/shopuser/ShopUserList.php
+0
-1
No files found.
backend/controllers/v1/shopuser/ShopUserListController.php
View file @
1527daf8
...
...
@@ -40,7 +40,7 @@ class ShopUserListController extends BaseController
$param
=
Yii
::
$app
->
request
->
get
();
$ShopUserList
=
new
ShopUserList
();
$userList
=
$ShopUserList
->
getUserList
(
$param
);
$data
[
'
userList
'
]
=
$userList
;
$data
[
'
data
'
]
=
$userList
;
//获取所有用户组
$data
[
'memberGradeList'
]
=
$this
->
getMemberGradeList
();
if
(
empty
(
$userList
)){
...
...
@@ -134,7 +134,18 @@ class ShopUserListController extends BaseController
* tags={"用户&员工接口"},
* summary="员工信息修改(张晓林)",
* description="用户信息更新",
* @OA\Parameter(name="GUID",in="query",@OA\Schema(type="string")),
* @OA\Parameter(name="昵称",in="query",@OA\Schema(type="string")),
* @OA\Parameter(name="工号/手机号",in="query",@OA\Schema(type="string")),
* @OA\Parameter(name="积分",in="query",@OA\Schema(type="string")),
* @OA\Parameter(name="所属用户组",in="query",@OA\Schema(type="string")),
* @OA\Parameter(name="手机",in="query",@OA\Schema(type="string")),
* @OA\Parameter(name="性别",in="query",@OA\Schema(type="string")),
* @OA\Parameter(name="出生日期",in="query",@OA\Schema(type="string")),
* @OA\Parameter(name="员工工号",in="query",@OA\Schema(type="string")),
* @OA\Parameter(name="门店代码",in="query",@OA\Schema(type="string")),
* @OA\Parameter(name="会员卡号",in="query",@OA\Schema(type="string")),
* @OA\Parameter(name="会员标签",in="query",@OA\Schema(type="string")),
* @OA\Parameter(name="是否为惠氏分销商上级",in="query",@OA\Schema(type="string")),
* @OA\Response(response="200",description="操作成功"),
* security={{"Authorization": {}}}
* )
...
...
backend/models/v1/shopuser/ShopUserList.php
View file @
1527daf8
...
...
@@ -76,7 +76,6 @@ class ShopUserList extends BaseModel{
]
);
$data
=
$provider
->
getModels
();
$data
[
'TOTALCOUNT'
]
=
$provider
->
getTotalCount
();
return
$data
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment