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
011b5b67
Commit
011b5b67
authored
Jan 22, 2025
by
麻笑宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.大屏业务/dp/cylinder/stationRate接口优化
parent
65abfe99
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
7 deletions
+8
-7
CylinderStatisticsMapper.xml
...pi/src/main/resources/mapper/CylinderStatisticsMapper.xml
+8
-7
No files found.
amos-boot-system-tzs/amos-boot-module-statistics/amos-boot-module-statistics-api/src/main/resources/mapper/CylinderStatisticsMapper.xml
View file @
011b5b67
...
@@ -65,13 +65,14 @@
...
@@ -65,13 +65,14 @@
E.supervise_org_code LIKE concat ( #{orgCode}, '%' )
E.supervise_org_code LIKE concat ( #{orgCode}, '%' )
</select>
</select>
<select
id=
"countEnterpriseUsed"
resultType=
"java.lang.Long"
>
<select
id=
"countEnterpriseUsed"
resultType=
"java.lang.Long"
>
SELECT COUNT
SELECT COUNT(1)
( DISTINCT ( E.app_id ) )
FROM tz_base_enterprise_info E
FROM
WHERE E.unit_type LIKE '%充装单位%' AND E.supervise_org_code LIKE concat ( #{orgCode}, '%' )
tz_cylinder_filling_record
AND EXISTS (
T INNER JOIN tz_base_enterprise_info E ON T.app_id = E.app_id and E.unit_type like '%充装单位%'
SELECT 1
WHERE
FROM tz_cylinder_filling_record T
E.supervise_org_code LIKE concat ( #{orgCode}, '%' )
WHERE T.app_id = E.app_id
)
</select>
</select>
<select
id=
"getStationRateSubPage"
<select
id=
"getStationRateSubPage"
resultType=
"com.yeejoin.amos.boot.module.ymt.api.dto.TzBaseEnterpriseInfoDto"
>
resultType=
"com.yeejoin.amos.boot.module.ymt.api.dto.TzBaseEnterpriseInfoDto"
>
...
...
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