|
|
@@ -319,7 +319,7 @@ public class OperationalActivityServiceImpl implements OperationalActivityServic
|
|
|
}
|
|
|
|
|
|
String auditText = (auditParam != null && auditParam.has("text")) ? auditParam.get("text").asText() : "";
|
|
|
- JsonNode imagesNode = (auditParam != null) ? auditParam.get("ali_urls") : null;
|
|
|
+ JsonNode imagesNode = (auditParam != null) ? auditParam.get("image_urls") : null;
|
|
|
|
|
|
List<String> imageUrls = (imagesNode != null && imagesNode.isArray())
|
|
|
? StreamSupport.stream(imagesNode.spliterator(), false)
|