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
b1f03280
Commit
b1f03280
authored
Jul 18, 2024
by
wanghao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1 气量监管-停气监管 查询排序
parent
30aa0d6a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
TSupBalGasSupMapper.xml
.../src/main/resources/mapper/system/TSupBalGasSupMapper.xml
+1
-0
TSupBalStopSupMapper.xml
...src/main/resources/mapper/system/TSupBalStopSupMapper.xml
+1
-0
No files found.
zh-baseversion-system/src/main/resources/mapper/system/TSupBalGasSupMapper.xml
View file @
b1f03280
...
@@ -67,6 +67,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
...
@@ -67,6 +67,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if
test=
"fGovUploadStatus != null and fGovUploadStatus != ''"
>
and sup.f_gov_upload_status = #{fGovUploadStatus}
</if>
<if
test=
"fGovUploadStatus != null and fGovUploadStatus != ''"
>
and sup.f_gov_upload_status = #{fGovUploadStatus}
</if>
<if
test=
"fGovUploadTime != null "
>
and sup.f_gov_upload_time = #{fGovUploadTime}
</if>
<if
test=
"fGovUploadTime != null "
>
and sup.f_gov_upload_time = #{fGovUploadTime}
</if>
</where>
</where>
order by create_time desc
</select>
</select>
<!--查询统计信息-->
<!--查询统计信息-->
...
...
zh-baseversion-system/src/main/resources/mapper/system/TSupBalStopSupMapper.xml
View file @
b1f03280
...
@@ -68,6 +68,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
...
@@ -68,6 +68,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if
test=
"fGovUploadStatus != null and fGovUploadStatus != ''"
>
and st.f_gov_upload_status = #{fGovUploadStatus}
</if>
<if
test=
"fGovUploadStatus != null and fGovUploadStatus != ''"
>
and st.f_gov_upload_status = #{fGovUploadStatus}
</if>
<if
test=
"fGovUploadTime != null "
>
and st.f_gov_upload_time = #{fGovUploadTime}
</if>
<if
test=
"fGovUploadTime != null "
>
and st.f_gov_upload_time = #{fGovUploadTime}
</if>
</where>
</where>
order by st.create_time desc
</select>
</select>
<select
id=
"selectTSupBalStopSupById"
parameterType=
"Long"
resultMap=
"TSupBalStopSupResult"
>
<select
id=
"selectTSupBalStopSupById"
parameterType=
"Long"
resultMap=
"TSupBalStopSupResult"
>
...
...
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