Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
xyqb-user2
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
head_group
xyqb-user2
Commits
eb9c5fec
Commit
eb9c5fec
authored
Nov 21, 2021
by
李健华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
小程序注册增加来源
parent
571955f8
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17509 additions
and
0 deletions
+17509
-0
CustomerInfoEntity.java
...in/java/cn/quantgroup/xyqb/entity/CustomerInfoEntity.java
+11
-0
OauthLoginInfoServiceImpl.java
...oup/xyqb/service/user/impl/OauthLoginInfoServiceImpl.java
+1
-0
xyqb-user2.2021-11-20-0.log
xyqb-user2.2021-11-20-0.log
+17497
-0
No files found.
src/main/java/cn/quantgroup/xyqb/entity/CustomerInfoEntity.java
View file @
eb9c5fec
...
...
@@ -43,6 +43,9 @@ public class CustomerInfoEntity extends PartitionEntity implements Serializable
@Column
(
name
=
"NICK_NAME"
,
nullable
=
true
,
length
=
50
)
private
String
nickName
;
@Column
(
name
=
"APP_NAME"
,
nullable
=
true
,
length
=
50
)
private
String
appName
;
@Column
(
name
=
"CITY"
,
nullable
=
true
,
length
=
36
)
private
String
city
;
...
...
@@ -286,4 +289,12 @@ public class CustomerInfoEntity extends PartitionEntity implements Serializable
public
void
setId
(
long
id
)
{
this
.
id
=
id
;
}
public
String
getAppName
()
{
return
appName
;
}
public
void
setAppName
(
String
appName
)
{
this
.
appName
=
appName
;
}
}
src/main/java/cn/quantgroup/xyqb/service/user/impl/OauthLoginInfoServiceImpl.java
View file @
eb9c5fec
...
...
@@ -149,6 +149,7 @@ public class OauthLoginInfoServiceImpl implements IOauthLoginInfoService {
customerInfo
.
setInstitutionId
(
institutionId
);
customerInfo
.
setAvatarUrl
(
appletParamEntry
.
getAvatarUrl
());
customerInfo
.
setNickName
(
appletParamEntry
.
getNickName
());
customerInfo
.
setAppName
(
appletParamEntry
.
getAppName
());
customerInfo
.
setCity
(
appletParamEntry
.
getCity
());
customerInfo
.
setCountry
(
appletParamEntry
.
getCountry
());
customerInfo
.
setProvince
(
appletParamEntry
.
getProvince
());
...
...
xyqb-user2.2021-11-20-0.log
0 → 100644
View file @
eb9c5fec
This diff is collapsed.
Click to expand it.
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