Selaa lähdekoodia

更新:
修改队列的消费逻辑

wuweihao 4 vuotta sitten
vanhempi
commit
20086f15a8

+ 1 - 1
cms_pano_consumer/src/main/java/com/gis/listener/PanoConsumer.java

@@ -51,7 +51,7 @@ public class PanoConsumer {
         SceneEntity entity = sceneService.findById(id);
         if (entity == null) {
             log.error("场景不存在: " + id);
-            throw new BaseRuntimeException("场景不存在: " + id);
+            return;
         }
         try {
 

+ 1 - 1
cms_pano_consumer/src/main/java/com/gis/util/CmdUtils.java

@@ -93,7 +93,7 @@ public class CmdUtils {
         while ((line = br.readLine()) != null) {
 
             // 查看执行日志
-            if (i % 100 == 0) {
+            if (i % 200 == 0) {
                 log.info("line, i=" + i +", " +line);
             }
 

+ 2 - 0
cms_pano_fcb/remark.md

@@ -52,6 +52,8 @@ sit:
   
   
   rabbit mq web: http://8.135.107.23:31199/
+  root
+  root
   
   showDoc文档: http://120.25.146.52:4999/web/#/8?page_id=301