Commit 7b89d5e9 authored by hezhen's avatar hezhen

123

parent a5b8966c
......@@ -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