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
035b3816
Commit
035b3816
authored
Apr 21, 2025
by
zhoushiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
干线频发拥堵、缓行接口定义
parent
7fee30dd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
2 deletions
+19
-2
AnalysisProblemGreenDayController.java
...erv2/judgeanalysis/AnalysisProblemGreenDayController.java
+3
-2
rebel.xml
signal-optimize-service/src/main/resources/rebel.xml
+16
-0
No files found.
signal-optimize-service/src/main/java/net/wanji/opt/controllerv2/judgeanalysis/AnalysisProblemGreenDayController.java
View file @
035b3816
...
...
@@ -166,13 +166,14 @@ public class AnalysisProblemGreenDayController {
@ApiImplicitParams
({
@ApiImplicitParam
(
name
=
"greenId"
,
value
=
"绿波ID"
,
required
=
true
,
dataType
=
"Integer"
,
paramType
=
"query"
),
@ApiImplicitParam
(
name
=
"startTime"
,
value
=
"日期,格式:yyyy-MM-dd HH:mm:ss"
,
required
=
true
,
dataType
=
"String"
),
@ApiImplicitParam
(
name
=
"endTime"
,
value
=
"日期,格式:yyyy-MM-dd HH:mm:ss"
,
required
=
true
,
dataType
=
"String"
)
@ApiImplicitParam
(
name
=
"endTime"
,
value
=
"日期,格式:yyyy-MM-dd HH:mm:ss"
,
required
=
true
,
dataType
=
"String"
),
@ApiImplicitParam
(
name
=
"status"
,
value
=
"2:缓行 3:拥堵"
,
required
=
true
,
dataType
=
"String"
)
})
@GetMapping
(
value
=
"/getGreenHighFrequencyProblem"
)
@ApiResponses
({
@ApiResponse
(
code
=
200
,
message
=
"OK"
,
response
=
GreenHighFrequencyProblemReasonResult
.
class
),
})
public
JsonViewObject
getTrunkLineCrossProblem
(
Integer
greenId
,
String
startTime
,
String
endTim
)
{
public
JsonViewObject
getTrunkLineCrossProblem
(
Integer
greenId
,
Integer
status
,
String
startTime
,
String
endTim
)
{
JsonViewObject
object
=
JsonViewObject
.
newInstance
();
try
{
...
...
signal-optimize-service/src/main/resources/rebel.xml
0 → 100644
View file @
035b3816
<?xml version="1.0" encoding="UTF-8"?>
<!--
This is the JRebel configuration file. It maps the running application to your IDE workspace, enabling JRebel reloading for this project.
Refer to https://manuals.jrebel.com/jrebel/standalone/config.html for more information.
-->
<application
generated-by=
"intellij"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xmlns=
"http://www.zeroturnaround.com"
xsi:schemaLocation=
"http://www.zeroturnaround.com http://update.zeroturnaround.com/jrebel/rebel-2_3.xsd"
>
<id>
signal-optimize-service
</id>
<classpath>
<dir
name=
"D:/workspace/traffic-signal-platform-v2/traffic-signal-platform/signal-optimize-service/target/classes"
>
</dir>
</classpath>
</application>
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