|
|
@@ -67,7 +67,6 @@ public class BuildSxRelocationListener {
|
|
|
JSONObject jsonObject = JSON.parseObject(msg);
|
|
|
log.info("开始接受重定位请求,id:{},消息体:{}", messageId, jsonObject);
|
|
|
String mainNum = jsonObject.getString("mainNum");
|
|
|
- String imgSource = jsonObject.getString("imgSource");
|
|
|
RelocationBatch relocationBatch = new RelocationBatch();
|
|
|
relocationBatch.setNum(mainNum);
|
|
|
relocationBatch.setImgSource(imgSource);
|
|
|
@@ -81,6 +80,7 @@ public class BuildSxRelocationListener {
|
|
|
detail.setPanNum(img.getString("num"));
|
|
|
detail.setBucket(img.getString("bucket"));
|
|
|
detail.setImgKey(img.getString("key"));
|
|
|
+ detail.setBucket(img.getString("imgSource"));
|
|
|
detail.setFileName(img.getString("fileName"));
|
|
|
return detail;
|
|
|
}).collect(Collectors.toList());
|