Browse Source

sprint21 bug

lin 4 years ago
parent
commit
c0b1585d4c

+ 4 - 0
smart-city-platform/src/main/java/com/bz/smart_city/async/AsyncInstallPlanDownloadTask.java

@@ -235,6 +235,7 @@ public class AsyncInstallPlanDownloadTask {
             long endTime=System.currentTimeMillis(); //获取结束时间
             log.info("写入文件时间: "+(endTime-startTime)+"ms");
         } catch (Exception e) {
+            log.info("createTemplate Exception {}",e.getMessage());
             e.printStackTrace();
         }
         ZipStreamEntity zipStreamEntity = new ZipStreamEntity();
@@ -309,6 +310,7 @@ public class AsyncInstallPlanDownloadTask {
             long endTime=System.currentTimeMillis(); //获取结束时间
             log.info("写入文件时间: "+(endTime-startTime)+"ms");
         } catch (Exception e) {
+            log.info("createRemoteMeterTemplate Exception {}",e.getMessage());
             e.printStackTrace();
         }
         ZipStreamEntity zipStreamEntity = new ZipStreamEntity();
@@ -376,6 +378,7 @@ public class AsyncInstallPlanDownloadTask {
             log.info("save file success");
 
         } catch (Exception e) {
+            log.info("createRemoteMeterTemplate Exception {}",e.getMessage());
             e.printStackTrace();
         }
         ZipStreamEntity zipStreamEntity = new ZipStreamEntity();
@@ -440,6 +443,7 @@ public class AsyncInstallPlanDownloadTask {
             log.info("save file success");
 
         } catch (Exception e) {
+            log.info("createTemplate Exception {}",e.getMessage());
             e.printStackTrace();
         }
         ZipStreamEntity zipStreamEntity = new ZipStreamEntity();

+ 4 - 2
smart-city-platform/src/main/resources/application-prd.properties

@@ -93,6 +93,8 @@ com.zcxk.kafka.card.topic=sc_card_topic
 com.zcxk.redis.websocket.topic=sc_websocket_topic
 com.zcxk.kafka.accept_add_account.topic=sc_accept_add_account_topic
 com.zcxk.kafka.accept_meter_replace.topic=sc_accept_meter_replace_topic
+com.zcxk.kafka.valve.status.topic=sc_valve_status_billing
+billing.valveStatus.receiving=billing_valveStatus_receiving
 
 # quartz
 spring.quartz.job-store-type=jdbc
@@ -169,7 +171,7 @@ udip.unit.url=http://47.112.15.78:8322
 invoice.print.url=http://nnfpbox.nuonuocs.cn/shop/buyer/allow/cxfKp/cxfServerKpOrderSync.action
 invoice.query.url=http://nnfpbox.nuonuocs.cn/shop/buyer/allow/ecOd/queryElectricKp.action
 #光电直读agent url
-gd.agent.url=http://114.135.61.187:20021
+gd.agent.url=http://114.135.61.187:20021/api
 #临河客户
 sync.customer.linhe.id=68
 sync.data.limit=100
@@ -178,5 +180,5 @@ sync.data.limit=100
 payfee.bank.customerId=47
 
 #mongodb url
-spring.data.mongodb.uri=mongodb://water:zcxk100@114.135.61.188:27071/meter-reading-database?authSource=meter-reading-database
+spring.data.mongodb.uri=mongodb://water:zcxk100@114.135.61.189:27071/meter-reading-database?authSource=meter-reading-database
 logging.level.org.springframework.data.mongodb.core=DEBUG