This commit is contained in:
苏竹红
2025-04-15 18:05:57 +08:00
parent fed44c0141
commit cdd96e7c2b

View File

@@ -142,7 +142,7 @@ public class ShopAccountServiceImpl implements ShopAccountService {
throw new ServiceException(ErrorCodeEnum.CURRENT_STATUS_NOT_OPERATION);
}
//同一份数据到新管家
List<String> list = Arrays.asList(shopAccountDO.getSystemName());
List<String> list = new ArrayList<>(Arrays.asList(shopAccountDO.getSystemName()));
if (ShopAccountEnum.YLS.equals(accountAuditDTO.getShopAccountEnum())){
list.add(ShopAccountEnum.XZG.getSystemName());
}