This commit is contained in:
shuo.wang
2025-04-13 18:01:18 +08:00
parent 6aa87e41d9
commit c4b6fbc705
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ public class ZxjpApiRequest {
private String fxyAccount;
@ApiModelProperty(value = "新掌柜")
private String xzjAccount;
private String xzgAccount;
@ApiModelProperty(value = "云流水账号")
private String ylsAccount;

View File

@@ -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)) {