fix
This commit is contained in:
@@ -36,7 +36,7 @@ public class ZxjpApiRequest {
|
||||
private String fxyAccount;
|
||||
|
||||
@ApiModelProperty(value = "新掌柜")
|
||||
private String xzjAccount;
|
||||
private String xzgAccount;
|
||||
|
||||
@ApiModelProperty(value = "云流水账号")
|
||||
private String ylsAccount;
|
||||
|
||||
@@ -118,7 +118,7 @@ public class SyncDataServiceImpl implements SyncDataService {
|
||||
request.setFranchiseBrand(split[0]);
|
||||
}
|
||||
request.setFxyAccount(lineInfoDO.getMobile());
|
||||
request.setXzjAccount(shopInfo.getShopCode());
|
||||
request.setXzgAccount(shopInfo.getShopCode());
|
||||
request.setYlsAccount(shopInfo.getShopCode());
|
||||
request.setWqfAccount(shopInfo.getShopCode());
|
||||
if (systemType.equals(DownSystemTypeEnum.XGJ)) {
|
||||
|
||||
Reference in New Issue
Block a user