Commit a5ec13d6 authored by libin's avatar libin

Merge branch 'base-modify' of http://113.105.137.151:22280/youjj/cloud-platform into base-modify

parents 1aeb545a f58a5586
......@@ -242,7 +242,7 @@ public class AppPermissionService {
appUserLoginBiz.updateSelectiveById(userLogin);
}
data.put("im_token",access_token);
data.put("im_UserId",imUserId);
data.put("im_userId",imUserId);
}
if (data != null) {
......
......@@ -31,7 +31,7 @@ public class GoodSiteDTO {
//分公司id
@ApiModelProperty(value = "分公司id")
private String companyId;
private Integer companyId;
/**
* 地址-省/直辖市(编码)
......
......@@ -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;
/**
* 出发时间
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment