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
ddf42245
Commit
ddf42245
authored
Aug 12, 2024
by
tianyiming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
特设大屏,监管页面地图右侧登记证总量、超15年电梯数量、使用登记办理量查询修改
parent
7801bccc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
9 deletions
+10
-9
DPStatisticsMapper.xml
...e-jg-api/src/main/resources/mapper/DPStatisticsMapper.xml
+10
-9
No files found.
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-api/src/main/resources/mapper/DPStatisticsMapper.xml
View file @
ddf42245
...
...
@@ -535,6 +535,7 @@
INNER JOIN privilege_company C ON A.receive_company_code = C.company_code
WHERE
C.org_code LIKE concat ( #{orgCode}, '%' )
and A.certificate_status = '已登记'
</select>
<select
id=
"useCountByOrgCode"
resultType=
"java.lang.Long"
>
...
...
@@ -543,20 +544,20 @@
FROM
tzs_jg_use_registration T
WHERE
T.
audit_
status = '已完成'
T.status = '已完成'
AND T.receive_company_org_code LIKE CONCAT ( #{orgCode}, '%' )
</select>
<select
id=
"over15yearsCount"
resultType=
"java.lang.Long"
>
SELECT
COUNT
( 1
)
SELECT
count(1
)
FROM
idx_biz_jg_factory_info A
INNER JOIN idx_biz_jg_supervision_info B ON A.RECORD = B.RECORD
INNER JOIN idx_biz_jg_register_info C ON A.RECORD = C.RECORD
tzs_jg_use_registration thur
LEFT JOIN tzs_jg_use_registration_eq thure ON thure.equip_transfer_id = thur.sequence_nbr
LEFT JOIN idx_biz_jg_register_info ibjri ON ibjri."RECORD" = thure.equ_id
WHERE
B.ORG_BRANCH_CODE
LIKE CONCAT ( #{orgCode}, '%' )
AND
A.PRODUCE_DATE
<
#{time}
AND
C.EQU_LIST
= '3000'
thur.receive_company_org_code
LIKE CONCAT ( #{orgCode}, '%' )
AND
thur.audit_pass_date
<
#{time}
AND
ibjri."EQU_LIST"
= '3000'
</select>
<select
id=
"constructionNoticeCount"
resultType=
"java.lang.Long"
>
SELECT SUM
...
...
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