|
@@ -45,7 +45,7 @@ public class KfcPublish implements ProductPublish {
|
|
|
@Override
|
|
|
public Collection<ProductType> productTypes() {
|
|
|
return Set.of(
|
|
|
- ProductType.Kfc
|
|
|
+ ProductType.Restaurant
|
|
|
);
|
|
|
}
|
|
|
|
|
@@ -89,7 +89,7 @@ public class KfcPublish implements ProductPublish {
|
|
|
.regionCode(productTriggerTask.getRegion().getCode())
|
|
|
.pid(it.getShopCode())
|
|
|
.address(it.getAddress())
|
|
|
- .productType(ProductType.Kfc)
|
|
|
+ .productType(ProductType.Restaurant)
|
|
|
.locationPoint(locationModel)
|
|
|
.title(it.getShopName())
|
|
|
.meta(Map.of("shop", it, "ot", string))
|