feat:阶段完成
This commit is contained in:
@@ -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() + ")");
|
||||
|
||||
Reference in New Issue
Block a user