Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
H
huaxin-rq
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
耿迪迪
huaxin-rq
Commits
6390bbf2
Commit
6390bbf2
authored
Aug 31, 2026
by
耿迪迪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
管线巡线统计修改
parent
3710135e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
TPipeTaskMapper.xml
...stem/src/main/resources/mapper/system/TPipeTaskMapper.xml
+2
-2
No files found.
huaxin-system/src/main/resources/mapper/system/TPipeTaskMapper.xml
View file @
6390bbf2
...
@@ -35,7 +35,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
...
@@ -35,7 +35,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<select
id=
"selectFinishRateByTaskId"
resultType=
"String"
>
<select
id=
"selectFinishRateByTaskId"
resultType=
"String"
>
SELECT
SELECT
CONCAT(ROUND(SUM(IF(pipeInspect.status
= 1
, 1, 0))/COUNT(1)*100),'%')
CONCAT(ROUND(SUM(IF(pipeInspect.status
> 0
, 1, 0))/COUNT(1)*100),'%')
FROM
FROM
(
(
SELECT
SELECT
...
@@ -205,7 +205,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
...
@@ -205,7 +205,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<!-- 需求变更修改 2025-10-30 -->
<!-- 需求变更修改 2025-10-30 -->
<select
id=
"selectTaskInspectStatisticsByPipe"
parameterType=
"TaskInspectStatisticsByPipVo"
resultType=
"java.util.Map"
>
<select
id=
"selectTaskInspectStatisticsByPipe"
parameterType=
"TaskInspectStatisticsByPipVo"
resultType=
"java.util.Map"
>
SELECT
SELECT
SUM(IF(pipeInspect.status
= 1
, 1, 0)) AS finishPointNum,
SUM(IF(pipeInspect.status
> 0
, 1, 0)) AS finishPointNum,
COUNT(1) AS totalPointNum,
COUNT(1) AS totalPointNum,
(
(
SELECT
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