Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zh-baseversion-project
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
王浩
zh-baseversion-project
Commits
6b2f7cc4
Commit
6b2f7cc4
authored
Jul 29, 2024
by
wanghao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1 bigWindowOld 界面调整
parent
5a738d9a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
TSupBalGasSupMapper.xml
.../src/main/resources/mapper/system/TSupBalGasSupMapper.xml
+4
-4
No files found.
zh-baseversion-system/src/main/resources/mapper/system/TSupBalGasSupMapper.xml
View file @
6b2f7cc4
...
...
@@ -77,20 +77,20 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
SUM(f_appr_quan) as 'count1',
SUM(f_sup_gas_vol) as 'count2',
SUM(f_storage_vol) as 'count3',
DATE_FORMAT( f_
rep
_date, '%Y-%m-%d' ) AS date
DATE_FORMAT( f_
calendar
_date, '%Y-%m-%d' ) AS date
FROM
t_sup_bal_gas_sup
WHERE
is_del='0'
and
DATE_FORMAT( f_
rep
_date, '%Y-%m-%d' ) IN
DATE_FORMAT( f_
calendar
_date, '%Y-%m-%d' ) IN
<foreach
collection=
"list"
item=
"sevenDate"
separator=
","
open=
"("
close=
")"
>
#{sevenDate}
</foreach>
GROUP BY
DATE_FORMAT( f_
rep
_date, '%Y-%m-%d' )
DATE_FORMAT( f_
calendar
_date, '%Y-%m-%d' )
ORDER BY
DATE_FORMAT( f_
rep
_date, '%Y-%m-%d' ) DESC;
DATE_FORMAT( f_
calendar
_date, '%Y-%m-%d' ) DESC;
</select>
<select
id=
"selectTSupBalGasSupById"
parameterType=
"Long"
resultMap=
"TSupBalGasSupResult"
>
...
...
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