Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform
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
youjj
cloud-platform
Commits
a5ec13d6
Commit
a5ec13d6
authored
Jun 26, 2019
by
libin
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'base-modify' of
http://113.105.137.151:22280/youjj/cloud-platform
into base-modify
parents
1aeb545a
f58a5586
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
AppPermissionService.java
...aoqi/security/admin/rpc/service/AppPermissionService.java
+1
-1
GoodSiteDTO.java
...src/main/java/com/xxfc/platform/tour/dto/GoodSiteDTO.java
+1
-1
TourGoodSite.java
...main/java/com/xxfc/platform/tour/entity/TourGoodSite.java
+3
-3
No files found.
ace-modules/ace-admin/src/main/java/com/github/wxiaoqi/security/admin/rpc/service/AppPermissionService.java
View file @
a5ec13d6
...
...
@@ -242,7 +242,7 @@ public class AppPermissionService {
appUserLoginBiz
.
updateSelectiveById
(
userLogin
);
}
data
.
put
(
"im_token"
,
access_token
);
data
.
put
(
"im_
U
serId"
,
imUserId
);
data
.
put
(
"im_
u
serId"
,
imUserId
);
}
if
(
data
!=
null
)
{
...
...
xx-tour/xx-tour-api/src/main/java/com/xxfc/platform/tour/dto/GoodSiteDTO.java
View file @
a5ec13d6
...
...
@@ -31,7 +31,7 @@ public class GoodSiteDTO {
//分公司id
@ApiModelProperty
(
value
=
"分公司id"
)
private
String
companyId
;
private
Integer
companyId
;
/**
* 地址-省/直辖市(编码)
...
...
xx-tour/xx-tour-api/src/main/java/com/xxfc/platform/tour/entity/TourGoodSite.java
View file @
a5ec13d6
...
...
@@ -50,7 +50,7 @@ public class TourGoodSite implements Serializable {
*/
@Column
(
name
=
"company_id"
)
@ApiModelProperty
(
value
=
"分公司id"
)
private
String
companyId
;
private
Integer
companyId
;
/**
* 地址-省/直辖市(编码)
...
...
@@ -64,7 +64,7 @@ public class TourGoodSite implements Serializable {
*/
@Column
(
name
=
"province_name"
)
@ApiModelProperty
(
"地址-省/直辖市(名称)"
)
private
Integer
provinceName
;
private
String
provinceName
;
/**
* 地址-市(编码)
...
...
@@ -78,7 +78,7 @@ public class TourGoodSite implements Serializable {
*/
@Column
(
name
=
"city_name"
)
@ApiModelProperty
(
"地址-市(名称)"
)
private
Integer
cityName
;
private
String
cityName
;
/**
* 出发时间
...
...
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