|
@@ -228,9 +228,9 @@ public class CanalScheduling implements Runnable, ApplicationContextAware {
|
|
|
for (Object o : imgUrlList) {
|
|
|
// 只保存细节、全貌开头的图片
|
|
|
String s = Convert.toStr(o);
|
|
|
- if (StrUtil.containsAny(s, "全貌", "细节")) {
|
|
|
- newImgList.add("http://" + s);
|
|
|
- }
|
|
|
+// if (StrUtil.containsAny(s, "全貌", "细节")) {
|
|
|
+ newImgList.add("http://" + s);
|
|
|
+// }
|
|
|
}
|
|
|
afterDataMap.put("sootImgUrl", StrUtil.isNotBlank(sootImgUrl) ? "http://" + sootImgUrl : "");
|
|
|
afterDataMap.put("allImgUrl", newImgList);
|