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
21c37a10
Commit
21c37a10
authored
Aug 13, 2024
by
tianyiming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
特设大屏-监管页面-右屏施工情况列表(近30天)、施工单位施工总量排名TOP10修改
parent
1c330024
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
DPStatisticsMapper.xml
...e-jg-api/src/main/resources/mapper/DPStatisticsMapper.xml
+7
-2
No files found.
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-api/src/main/resources/mapper/DPStatisticsMapper.xml
View file @
21c37a10
...
...
@@ -638,7 +638,10 @@
) T
</select>
<select
id=
"selectNoticeList"
resultType=
"java.util.Map"
>
SELECT
select
*
from
( SELECT
CONCAT ( T.city_name, T.county_name ) AS location,
T.install_unit_name AS constructionCompany,
T.use_unit_name AS useCompany,
...
...
@@ -681,7 +684,8 @@
tzs_jg_transfer_notice T
WHERE
plan_date
>
= #{time}
AND T.receive_company_org_code LIKE CONCAT ( #{orgCode}, '%' )
AND T.receive_company_org_code LIKE CONCAT ( #{orgCode}, '%' )) A
ORDER BY A."constructionDate" DESC
</select>
<select
id=
"selectNoticeCountTopTen"
resultType=
"java.util.Map"
>
SELECT SUM( T.num ) AS count,
...
...
@@ -737,5 +741,6 @@
T.install_unit_credit_code
ORDER BY
COUNT DESC
limit 10
</select>
</mapper>
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