Browse Source

将限制条件放入配置文件中

hym 4 years ago
parent
commit
51ff5a8d8d

+ 1 - 0
smart-city-platform/src/main/resources/application-dev.properties

@@ -165,4 +165,5 @@ invoice.print.url=http://nnfpbox.nuonuocs.cn/shop/buyer/allow/cxfKp/cxfServerKpO
 invoice.query.url=http://nnfpbox.nuonuocs.cn/shop/buyer/allow/ecOd/queryElectricKp.action
 #光电直读agent url
 gd.agent.url=http://10.0.0.160:6377
+sync.data.limit=5
 

+ 2 - 1
smart-city-platform/src/main/resources/application-sit.properties

@@ -167,4 +167,5 @@ udip.unit.url=http://114.135.61.188:48322
 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://10.0.0.160:6377
+gd.agent.url=http://10.0.0.160:6377
+sync.data.limit=100