Commit e5075558 authored by hanbing's avatar hanbing

[update] control模块增加济南环境

parent 4f19bcab
......@@ -300,10 +300,8 @@ public class CrossManageServiceImpl implements CrossManageService {
if (currentCrossSection != null) {
Integer currentControlMode = currentCrossSection.getControlMode();
areaDetailVO.setControlMode(currentControlMode);
voList.add(areaDetailVO);
} else {
voList.add(areaDetailVO);
}
voList.add(areaDetailVO);
}
}
voPageInfo.setList(voList);
......
spring:
application:
# dubbo启动需要程序名称
name: web
cloud:
nacos:
config:
server-addr: 172.17.0.1:8848
file-extension: yaml
group: signal
namespace: signal
username: nacos
password: nacos
main:
allow-circular-references: true
\ No newline at end of file
spring:
profiles:
active: dev
\ No newline at end of file
active: jinan
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment