Ver código fonte

Merge branch 'release-重定位圆周率' into test

dengsixing 1 mês atrás
pai
commit
a9803cd0b3

+ 0 - 1
src/main/java/com/fdkankan/contro/mq/listener/BuildSxRelocationListener.java

@@ -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 -> {