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
jinan
traffic-signal-platform
Commits
6752299a
Commit
6752299a
authored
Apr 09, 2025
by
wangyecheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改策略管理路口列表
parent
212b6428
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
StrategyPriorityMapper.xml
...main/resources/mapper/strategy/StrategyPriorityMapper.xml
+4
-3
No files found.
signal-optimize-service/src/main/resources/mapper/strategy/StrategyPriorityMapper.xml
View file @
6752299a
...
...
@@ -116,10 +116,11 @@
t4.`name` as waveName, t3.`name` as crossName,
t3.id as crossId, t2.daily_plan_details as dailyPlanDetails
FROM
t_
strategy_priority_config t1
LEFT JOIN t_strategy_priority_daily_info t2 on t
1.cross_
id = t2.cross_id
LEFT JOIN t_
base_cross_info t3 on t1.cross_id = t3.
id
t_
base_cross_info t3
LEFT JOIN t_strategy_priority_daily_info t2 on t
3.
id = t2.cross_id
LEFT JOIN t_
strategy_priority_config t1 on t3.id=t1.cross_
id
LEFT JOIN t_greenwave_info t4 on t4.id = t1.green_id
WHERE t3.is_signal='1'
</select>
<select
id=
"getStrategyList"
parameterType=
"map"
resultType=
"net.wanji.opt.synthesis.pojo.StrategyFactoryEntity"
>
SELECT
...
...
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