소스 검색

修改bug

姚云青 3 년 전
부모
커밋
98a88cd82b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      imcs-admin-boot/imcs-business-biz/src/main/java/com/github/zuihou/business/mq/TaskWorkNode.java

+ 1 - 0
imcs-admin-boot/imcs-business-biz/src/main/java/com/github/zuihou/business/mq/TaskWorkNode.java

@@ -853,6 +853,7 @@ public class TaskWorkNode {
                 Map locationMap = new HashMap();
                 locationMap.put("location", targetStorge.getPointId());
                 dataMap.put("data", locationMap);
+                dataMap.put(DemoLineConstant.DEMOLINE_STOCK_TYPE, DemoLineConstant.DEMOLINE_STOCK_TYPE_ALL_CRK);
                 dataMap.put("result", true);
             }
         }