feat:阶段完成

This commit is contained in:
苏竹红
2025-04-14 11:21:18 +08:00
parent 7ca5a4305e
commit 6910c6f750

View File

@@ -113,10 +113,10 @@ public class SyncDataServiceImpl implements SyncDataService {
request.setYlsAccount(shopInfo.getShopCode());
request.setWqfAccount(shopInfo.getShopCode());
request.setDownstreamSystemShopName(shopInfo.getShopName());
if (systemType.equals(DownSystemTypeEnum.XGJ)) {
if (DownSystemTypeEnum.XGJ.equals(systemType)) {
//todo
}
if (systemType.equals(DownSystemTypeEnum.POS)) {
if (DownSystemTypeEnum.POS.equals(systemType)) {
if (buildInformationDO != null) {
String brand = FranchiseBrandEnum.getDescByCode(shopInfo.getFranchiseBrand());
request.setDownstreamSystemShopName(brand + "(" + buildInformationDO.getCShopName() + ")");