Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-1-capstone-design1
/
Triz_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
sdy
2020-06-03 23:00:05 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
94c2efd2e4bd6633748c65c5738af4e381ef2ea9
94c2efd2
1 parent
51307494
change name to username
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
back/src/api/User/searchUser/searchUser.js
back/src/api/User/searchUser/searchUser.js
View file @
94c2efd
...
@@ -9,7 +9,7 @@ export default {
...
@@ -9,7 +9,7 @@ export default {
9
where
:
{
9
where
:
{
10
OR
:
[
10
OR
:
[
11
{
11
{
12
-
name
:
{
contains
:
term
},
12
+
user
name
:
{
contains
:
term
},
13
},
13
},
14
{
14
{
15
email
:
{
contains
:
term
},
15
email
:
{
contains
:
term
},
...
...
Please
register
or
login
to post a comment