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
a1b9c8c0
Commit
a1b9c8c0
authored
Oct 25, 2024
by
麻笑宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
施工单位施工总量排名TOP10下钻列表
代码修改
parent
228a98ff
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
CylinderStatisticsMapper.xml
...pi/src/main/resources/mapper/CylinderStatisticsMapper.xml
+5
-4
No files found.
amos-boot-system-tzs/amos-boot-module-statistics/amos-boot-module-statistics-api/src/main/resources/mapper/CylinderStatisticsMapper.xml
View file @
a1b9c8c0
...
...
@@ -130,10 +130,11 @@
</select>
<select
id=
"getNormalPage"
resultType=
"java.util.Map"
>
SELECT
tbei.use_unit_code AS use
N
nitCode
tbei.use_unit_code AS use
U
nitCode
FROM
tz_base_enterprise_info tbei
INNER JOIN tz_cylinder_offloading co ON tbei.app_id = co.app_id
LEFT JOIN tz_cylinder_offloading co ON tbei.app_id = co.app_id
LEFT JOIN tz_cylinder_filling_record cfr ON tbei.app_id = cfr.app_id
WHERE
tbei.unit_type LIKE'%充装单位%'
<if
test=
"dpFilterParamForDetailDto.timeSearchOne != null"
>
...
...
@@ -148,10 +149,10 @@
AND tbei.supervise_org_code like concat(#{dpFilterParamForDetailDto.orgCode},'%')
</if>
<if
test=
"dpFilterParamForDetailDto.isDock == 0"
>
AND ( filling
Count is null and offloadingV
olume is null )
AND ( filling
_quantity is null and offloading_v
olume is null )
</if>
<if
test=
"dpFilterParamForDetailDto.isDock == 1"
>
AND ( filling
Count is not null OR offloadingV
olume is not null )
AND ( filling
_quantity is not null OR offloading_v
olume is not null )
</if>
<if
test=
"dpFilterParamForDetailDto.companyName != null and dpFilterParamForDetailDto.companyName != '' "
>
AND tbei.use_unit LIKE concat ( '%', #{dpFilterParamForDetailDto.companyName}, '%' )
...
...
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