Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
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
72690699
Commit
72690699
authored
Apr 21, 2026
by
xulihui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改管道信息和工程项目信息查询报错
parent
3c7aaea5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
TPipeInfoMapper.xml
...stem/src/main/resources/mapper/system/TPipeInfoMapper.xml
+1
-1
TProjectInfoMapper.xml
...m/src/main/resources/mapper/system/TProjectInfoMapper.xml
+1
-1
No files found.
zh-baseversion-system/src/main/resources/mapper/system/TPipeInfoMapper.xml
View file @
72690699
...
...
@@ -56,7 +56,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if
test=
"pipeTrend != null and pipeTrend != ''"
>
and pipe_trend = #{pipeTrend}
</if>
<if
test=
"buildDate != null and buildDate != ''"
>
and build_date = #{buildDate}
</if>
<if
test=
"buildUnit != null and buildUnit != ''"
>
and build_unit = #{buildUnit}
</if>
<if
test=
"beyondEnterpriseId != null and beyondEnterpriseId !=
-2
"
>
and beyond_enterprise_id = #{beyondEnterpriseId}
</if>
<if
test=
"beyondEnterpriseId != null and beyondEnterpriseId !=
'-2'
"
>
and beyond_enterprise_id = #{beyondEnterpriseId}
</if>
<if
test=
"beyondEnterpriseName != null and beyondEnterpriseName != ''"
>
and beyond_enterprise_name like concat('%', #{beyondEnterpriseName}, '%')
</if>
<if
test=
"coordinates != null and coordinates != ''"
>
and coordinates = #{coordinates}
</if>
<if
test=
"isDel != null and isDel != ''"
>
and is_del = #{isDel}
</if>
...
...
zh-baseversion-system/src/main/resources/mapper/system/TProjectInfoMapper.xml
View file @
72690699
...
...
@@ -32,7 +32,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<where>
is_del='0'
<if
test=
"projectYear != null "
>
and project_year = #{projectYear}
</if>
<if
test=
"beyondEnterpriseId != null and beyondEnterpriseId !=
-2
"
>
and beyond_enterprise_id = #{beyondEnterpriseId}
</if>
<if
test=
"beyondEnterpriseId != null and beyondEnterpriseId !=
'-2'
"
>
and beyond_enterprise_id = #{beyondEnterpriseId}
</if>
<if
test=
"gateStationAddress != null and gateStationAddress != ''"
>
and gate_station_address = #{gateStationAddress}
</if>
<if
test=
"gateStationInvestment != null "
>
and gate_station_investment = #{gateStationInvestment}
</if>
<if
test=
"numberGateStations != null "
>
and number_gate_stations = #{numberGateStations}
</if>
...
...
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