Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-zx-biz
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
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
Jobs
Commits
Open sidebar
项目统一框架
一体化_户用光伏项目代码
amos-boot-zx-biz
Commits
deb48fba
Commit
deb48fba
authored
Jul 29, 2025
by
wujiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交代码
parent
b9e5afcd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
HygfIcbcRecordMapper.xml
.../src/main/resources/mapper/mysql/HygfIcbcRecordMapper.xml
+3
-2
No files found.
amos-boot-system-jxiop/amos-boot-module-hygf-api/src/main/resources/mapper/mysql/HygfIcbcRecordMapper.xml
View file @
deb48fba
...
@@ -93,6 +93,7 @@
...
@@ -93,6 +93,7 @@
<select
id=
"pageList"
resultType=
"com.yeejoin.amos.boot.module.hygf.api.dto.HygfIcbcRecordDTO"
>
<select
id=
"pageList"
resultType=
"com.yeejoin.amos.boot.module.hygf.api.dto.HygfIcbcRecordDTO"
>
SELECT * FROM (
SELECT
SELECT
MAX(icbc.sequence_nbr) AS sequenceNbr,
MAX(icbc.sequence_nbr) AS sequenceNbr,
MAX(ifnull ( icbc.cust_name, ph.owners_name )) AS custName,
MAX(ifnull ( icbc.cust_name, ph.owners_name )) AS custName,
...
@@ -105,6 +106,7 @@
...
@@ -105,6 +106,7 @@
MAX(icbc.medium_id) AS mediumId,
MAX(icbc.medium_id) AS mediumId,
MAX(ph.rec_date) AS recDate,
MAX(ph.rec_date) AS recDate,
MAX(ph.regional_companies_name) AS regionalCompaniesName,
MAX(ph.regional_companies_name) AS regionalCompaniesName,
MAX(ph.regional_companies_code) AS regional_companies_code,
MAX(ph.regional_companies_code) AS regionalCompaniesCode,
MAX(ph.regional_companies_code) AS regionalCompaniesCode,
MAX(wr.paymentAmount) AS paymentAmount,
MAX(wr.paymentAmount) AS paymentAmount,
MAX(wr.payment_time) AS paymentTime
MAX(wr.payment_time) AS paymentTime
...
@@ -152,8 +154,7 @@
...
@@ -152,8 +154,7 @@
LIMIT ${param.offset}, ${param.limit}
LIMIT ${param.offset}, ${param.limit}
</if>
</if>
GROUP BY ph.amos_user_id
GROUP BY ph.amos_user_id
ORDER BY
ORDER BY MAX(ph.rec_date) DESC) ph
ph.rec_date DESC
</select>
</select>
<select
id=
"pageListSum"
resultType=
"com.yeejoin.amos.boot.module.hygf.api.dto.HygfIcbcRecordDTO"
>
<select
id=
"pageListSum"
resultType=
"com.yeejoin.amos.boot.module.hygf.api.dto.HygfIcbcRecordDTO"
>
...
...
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