推数数据云流水账号加前缀
This commit is contained in:
@@ -72,7 +72,7 @@ public class ZxjpApiRequest {
|
|||||||
@ApiModelProperty(value = "所属督导")
|
@ApiModelProperty(value = "所属督导")
|
||||||
private String shopSupervisorUserName;
|
private String shopSupervisorUserName;
|
||||||
|
|
||||||
@ApiModelProperty(value = "门店类型(1-加盟公司、2-加盟部加盟店、3-自有加盟、4-强加盟、)")
|
@ApiModelProperty(value = "加盟模式(1-加盟公司、2-加盟部加盟店、3-自有加盟、4-强加盟、)")
|
||||||
private Integer joinMode;
|
private Integer joinMode;
|
||||||
|
|
||||||
@ApiModelProperty(value = "经营模式(0 无 1直营 2加盟)")
|
@ApiModelProperty(value = "经营模式(0 无 1直营 2加盟)")
|
||||||
|
|||||||
@@ -125,7 +125,7 @@ public class SyncDataServiceImpl implements SyncDataService {
|
|||||||
}
|
}
|
||||||
request.setFxyAccount(lineInfoDO.getMobile());
|
request.setFxyAccount(lineInfoDO.getMobile());
|
||||||
request.setXzgAccount(shopInfo.getShopCode());
|
request.setXzgAccount(shopInfo.getShopCode());
|
||||||
request.setYlsAccount(shopInfo.getShopCode());
|
request.setYlsAccount("ZXA8_"+shopInfo.getShopCode());
|
||||||
request.setWqfAccount(shopInfo.getShopCode());
|
request.setWqfAccount(shopInfo.getShopCode());
|
||||||
request.setDownstreamSystemShopName(shopInfo.getShopName());
|
request.setDownstreamSystemShopName(shopInfo.getShopName());
|
||||||
if (DownSystemTypeEnum.XGJ.equals(systemType)) {
|
if (DownSystemTypeEnum.XGJ.equals(systemType)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user