Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
traffic-signal-platform
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
signal
traffic-signal-platform
Commits
e5075558
Commit
e5075558
authored
Jun 28, 2023
by
hanbing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[update] control模块增加济南环境
parent
4f19bcab
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
4 deletions
+17
-4
CrossManageServiceImpl.java
...va/net/wanji/web/service/impl/CrossManageServiceImpl.java
+1
-3
bootstrap-jinan.yaml
...l-control-service/src/main/resources/bootstrap-jinan.yaml
+15
-0
bootstrap.yaml
signal-control-service/src/main/resources/bootstrap.yaml
+1
-1
No files found.
signal-control-service/src/main/java/net/wanji/web/service/impl/CrossManageServiceImpl.java
View file @
e5075558
...
@@ -300,10 +300,8 @@ public class CrossManageServiceImpl implements CrossManageService {
...
@@ -300,10 +300,8 @@ public class CrossManageServiceImpl implements CrossManageService {
if
(
currentCrossSection
!=
null
)
{
if
(
currentCrossSection
!=
null
)
{
Integer
currentControlMode
=
currentCrossSection
.
getControlMode
();
Integer
currentControlMode
=
currentCrossSection
.
getControlMode
();
areaDetailVO
.
setControlMode
(
currentControlMode
);
areaDetailVO
.
setControlMode
(
currentControlMode
);
voList
.
add
(
areaDetailVO
);
}
else
{
voList
.
add
(
areaDetailVO
);
}
}
voList
.
add
(
areaDetailVO
);
}
}
}
}
voPageInfo
.
setList
(
voList
);
voPageInfo
.
setList
(
voList
);
...
...
signal-control-service/src/main/resources/bootstrap-jinan.yaml
0 → 100644
View file @
e5075558
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
signal-control-service/src/main/resources/bootstrap.yaml
View file @
e5075558
spring
:
spring
:
profiles
:
profiles
:
active
:
dev
active
:
jinan
\ No newline at end of file
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment