Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
项目统一框架
amos-boot-biz
Commits
e75c400e
Commit
e75c400e
authored
Sep 19, 2024
by
tianyiming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
任务30565 大屏隐患列表后端调整后端添加设备种类、设备类别筛选
parent
781882bb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
SafetyProblemTracingMapper.xml
.../src/main/resources/mapper/SafetyProblemTracingMapper.xml
+6
-0
JGDPStatisticsController.java
...le/statistcs/biz/controller/JGDPStatisticsController.java
+1
-1
No files found.
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-api/src/main/resources/mapper/SafetyProblemTracingMapper.xml
View file @
e75c400e
...
@@ -18,6 +18,12 @@
...
@@ -18,6 +18,12 @@
<if
test=
"problemModel.problemStatus != null and problemModel.problemStatus != ''"
>
<if
test=
"problemModel.problemStatus != null and problemModel.problemStatus != ''"
>
and spt.problem_status = #{problemModel.problemStatus}
and spt.problem_status = #{problemModel.problemStatus}
</if>
</if>
<if
test=
"problemModel.equipListCode != null and problemModel.equipListCode != ''"
>
and spt.equip_list_code = #{problemModel.equipListCode}
</if>
<if
test=
"problemModel.equCategoryCode != null and problemModel.equCategoryCode != ''"
>
and spt.equ_category_code = #{problemModel.equCategoryCode}
</if>
<if
test=
"problemModel.sourceTypeCode != null and problemModel.sourceTypeCode != ''"
>
<if
test=
"problemModel.sourceTypeCode != null and problemModel.sourceTypeCode != ''"
>
and spt.source_type_code = #{problemModel.sourceTypeCode}
and spt.source_type_code = #{problemModel.sourceTypeCode}
</if>
</if>
...
...
amos-boot-system-tzs/amos-boot-module-statistics/amos-boot-module-statistics-biz/src/main/java/com/yeejoin/amos/boot/module/statistcs/biz/controller/JGDPStatisticsController.java
View file @
e75c400e
...
@@ -505,7 +505,7 @@ public class JGDPStatisticsController {
...
@@ -505,7 +505,7 @@ public class JGDPStatisticsController {
* 隐患列表分组等级柱状折线图
* 隐患列表分组等级柱状折线图
*
*
*/
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
,
needAuth
=
false
)
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@PostMapping
(
value
=
"/safety-problem-tracing/chart/dp"
)
@PostMapping
(
value
=
"/safety-problem-tracing/chart/dp"
)
@ApiOperation
(
httpMethod
=
"POST"
,
value
=
"隐患列表分组等级柱状折线图"
,
notes
=
"隐患列表分组等级柱状折线图"
)
@ApiOperation
(
httpMethod
=
"POST"
,
value
=
"隐患列表分组等级柱状折线图"
,
notes
=
"隐患列表分组等级柱状折线图"
)
public
ResponseModel
<
Map
<
String
,
Object
>>
getProblemChart
(
@RequestBody
(
required
=
false
)
SafetyProblemTracingDto
problemModel
)
{
public
ResponseModel
<
Map
<
String
,
Object
>>
getProblemChart
(
@RequestBody
(
required
=
false
)
SafetyProblemTracingDto
problemModel
)
{
...
...
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