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
2f948119
Commit
2f948119
authored
May 11, 2024
by
军师中郎将
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
group order 语法调整
parent
5ce038a7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
0 additions
and
7 deletions
+0
-7
TDetectorUserMapper.xml
.../src/main/resources/mapper/system/TDetectorUserMapper.xml
+0
-1
TDeviceInfoMapper.xml
...em/src/main/resources/mapper/system/TDeviceInfoMapper.xml
+0
-1
TEnterpriseInfoMapper.xml
...rc/main/resources/mapper/system/TEnterpriseInfoMapper.xml
+0
-1
THiddenTroubleInfoMapper.xml
...main/resources/mapper/system/THiddenTroubleInfoMapper.xml
+0
-1
TPipeInfoMapper.xml
...stem/src/main/resources/mapper/system/TPipeInfoMapper.xml
+0
-1
TProjectInfoMapper.xml
...m/src/main/resources/mapper/system/TProjectInfoMapper.xml
+0
-1
TSiteStationInfoMapper.xml
...c/main/resources/mapper/system/TSiteStationInfoMapper.xml
+0
-1
No files found.
zh-baseversion-system/src/main/resources/mapper/system/TDetectorUserMapper.xml
View file @
2f948119
...
@@ -62,7 +62,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
...
@@ -62,7 +62,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</foreach>
</foreach>
</if>
</if>
</where>
</where>
group by a.user_id
order by a.user_id desc
order by a.user_id desc
</select>
</select>
<select
id=
"selectTDetectorListstatus"
parameterType=
"TDetectorUser"
resultMap=
"TDetectorUserResult"
>
<select
id=
"selectTDetectorListstatus"
parameterType=
"TDetectorUser"
resultMap=
"TDetectorUserResult"
>
...
...
zh-baseversion-system/src/main/resources/mapper/system/TDeviceInfoMapper.xml
View file @
2f948119
...
@@ -57,7 +57,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
...
@@ -57,7 +57,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if
test=
"deviceCode != null and deviceCode != ''"
>
and device_code = #{deviceCode}
</if>
<if
test=
"deviceCode != null and deviceCode != ''"
>
and device_code = #{deviceCode}
</if>
<if
test=
"deviceAddr != null and deviceAddr != ''"
>
and device_addr = #{deviceAddr}
</if>
<if
test=
"deviceAddr != null and deviceAddr != ''"
>
and device_addr = #{deviceAddr}
</if>
</where>
</where>
group by a.device_id
order by a.device_id desc
order by a.device_id desc
</select>
</select>
<select
id=
"selectDeviceList"
parameterType=
"TDeviceInfo"
resultMap=
"TDeviceInfoResult"
>
<select
id=
"selectDeviceList"
parameterType=
"TDeviceInfo"
resultMap=
"TDeviceInfoResult"
>
...
...
zh-baseversion-system/src/main/resources/mapper/system/TEnterpriseInfoMapper.xml
View file @
2f948119
...
@@ -50,7 +50,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
...
@@ -50,7 +50,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if
test=
"annualSupervisionInspection != null and annualSupervisionInspection != ''"
>
and annual_supervision_inspection = #{annualSupervisionInspection}
</if>
<if
test=
"annualSupervisionInspection != null and annualSupervisionInspection != ''"
>
and annual_supervision_inspection = #{annualSupervisionInspection}
</if>
<if
test=
"remarks != null and remarks != ''"
>
and remarks = #{remarks}
</if>
<if
test=
"remarks != null and remarks != ''"
>
and remarks = #{remarks}
</if>
</where>
</where>
group by enterprise_id
order by enterprise_id desc
order by enterprise_id desc
</select>
</select>
...
...
zh-baseversion-system/src/main/resources/mapper/system/THiddenTroubleInfoMapper.xml
View file @
2f948119
...
@@ -119,7 +119,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
...
@@ -119,7 +119,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if
test=
"hiddenSource!=null"
>
and hidden_source = #{hiddenSource}
</if>
<if
test=
"hiddenSource!=null"
>
and hidden_source = #{hiddenSource}
</if>
<if
test=
"reportBeginTime != null and reportEndTime!=null"
>
and report_time BETWEEN #{reportBeginTime} and #{reportEndTime}
</if>
<if
test=
"reportBeginTime != null and reportEndTime!=null"
>
and report_time BETWEEN #{reportBeginTime} and #{reportEndTime}
</if>
</where>
</where>
group by hidden_trouble_id
order by hidden_trouble_id desc
order by hidden_trouble_id desc
</select>
</select>
...
...
zh-baseversion-system/src/main/resources/mapper/system/TPipeInfoMapper.xml
View file @
2f948119
...
@@ -49,7 +49,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
...
@@ -49,7 +49,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if
test=
"isDel != null and isDel != ''"
>
and is_del = #{isDel}
</if>
<if
test=
"isDel != null and isDel != ''"
>
and is_del = #{isDel}
</if>
<if
test=
"remarks != null and remarks != ''"
>
and remarks = #{remarks}
</if>
<if
test=
"remarks != null and remarks != ''"
>
and remarks = #{remarks}
</if>
</where>
</where>
group by pipe_id
order by pipe_id desc
order by pipe_id desc
</select>
</select>
...
...
zh-baseversion-system/src/main/resources/mapper/system/TProjectInfoMapper.xml
View file @
2f948119
...
@@ -41,7 +41,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
...
@@ -41,7 +41,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if
test=
"nearbyAddress != null and nearbyAddress != ''"
>
and nearby_address = #{nearbyAddress}
</if>
<if
test=
"nearbyAddress != null and nearbyAddress != ''"
>
and nearby_address = #{nearbyAddress}
</if>
<if
test=
"remarks != null and remarks != ''"
>
and remarks = #{remarks}
</if>
<if
test=
"remarks != null and remarks != ''"
>
and remarks = #{remarks}
</if>
</where>
</where>
group by project_id
order by project_id desc
order by project_id desc
</select>
</select>
...
...
zh-baseversion-system/src/main/resources/mapper/system/TSiteStationInfoMapper.xml
View file @
2f948119
...
@@ -41,7 +41,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
...
@@ -41,7 +41,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if
test=
"beyondEnterpriseName != null and beyondEnterpriseName != ''"
>
and beyond_enterprise_name like concat('%', #{beyondEnterpriseName}, '%')
</if>
<if
test=
"beyondEnterpriseName != null and beyondEnterpriseName != ''"
>
and beyond_enterprise_name like concat('%', #{beyondEnterpriseName}, '%')
</if>
<if
test=
"remarks != null and remarks != ''"
>
and remarks = #{remarks}
</if>
<if
test=
"remarks != null and remarks != ''"
>
and remarks = #{remarks}
</if>
</where>
</where>
group by site_station_id
order by site_station_id desc
order by site_station_id desc
</select>
</select>
...
...
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