...
|
...
|
@@ -185,6 +185,7 @@ func (usersService *UsersService) CompanyUserList(companyUserListQuery *query.Co |
|
|
UserName: companyUserListQuery.UserName,
|
|
|
DepName: companyUserListQuery.DepartmentName,
|
|
|
Phone: "",
|
|
|
UserType: domain.UserTypeEmployee,
|
|
|
})
|
|
|
|
|
|
if err != nil {
|
...
|
...
|
@@ -368,7 +369,7 @@ func (usersService *UsersService) CooperationUserList(cooperationUserListQuery * |
|
|
CooperationCompany: cooperationUserListQuery.CooperationCompany,
|
|
|
DepName: "",
|
|
|
Phone: "",
|
|
|
UserType: 2,
|
|
|
UserType: domain.UserTypeCooperation,
|
|
|
})
|
|
|
var (
|
|
|
listData []dto.CooperationUserItem
|
...
|
...
|
|