|
@@ -61,7 +61,7 @@ public class ComingMoviePublish implements ProductPublish {
|
|
|
Map<String, String> collect = byPath.stream().collect(Collectors.toMap(it -> JSONUtil.parseObj(it).get("name").toString(), it -> JSONUtil.parseObj(it).get("cityId").toString()));
|
|
|
//
|
|
|
|
|
|
- Object updateName = productTriggerTask.getScheduledTask().getParameter().get("updateName");
|
|
|
+ Object updateName = productTriggerTask.getRegion().getParams().get("updateName");
|
|
|
String name = String.valueOf(updateName);
|
|
|
String s = collect.get(name);
|
|
|
if (ObjectUtil.isEmpty(s)) {
|