推数数据云流水账号加前缀

This commit is contained in:
shuo.wang
2025-05-16 17:20:06 +08:00
parent 988c0bc7cd
commit 54f1fc161e

View File

@@ -125,7 +125,7 @@ public class SyncDataServiceImpl implements SyncDataService {
}
request.setFxyAccount(lineInfoDO.getMobile());
request.setXzgAccount(shopInfo.getShopCode());
request.setYlsAccount("ZXA8_"+shopInfo.getShopCode());
request.setYlsAccount(shopInfo.getShopCode());
request.setWqfAccount(shopInfo.getShopCode());
request.setDownstreamSystemShopName(shopInfo.getShopName());
if (DownSystemTypeEnum.XGJ.equals(systemType)) {