|
@@ -69,7 +69,6 @@ public class BuildSxRelocationListener {
|
|
|
String mainNum = jsonObject.getString("mainNum");
|
|
String mainNum = jsonObject.getString("mainNum");
|
|
|
RelocationBatch relocationBatch = new RelocationBatch();
|
|
RelocationBatch relocationBatch = new RelocationBatch();
|
|
|
relocationBatch.setNum(mainNum);
|
|
relocationBatch.setNum(mainNum);
|
|
|
- relocationBatch.setImgSource(imgSource);
|
|
|
|
|
relocationBatchService.save(relocationBatch);
|
|
relocationBatchService.save(relocationBatch);
|
|
|
JSONArray imgs = jsonObject.getJSONArray("imgs");
|
|
JSONArray imgs = jsonObject.getJSONArray("imgs");
|
|
|
List<RelocationBatchDetail> detailList = imgs.stream().map(v -> {
|
|
List<RelocationBatchDetail> detailList = imgs.stream().map(v -> {
|