Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
smart_gov_platform
Commits
93fcc6df
Commit
93fcc6df
authored
Jan 13, 2023
by
“yiyousong”
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.scsmile.cn/zxf/smart_gov_platform
parents
d83790fb
ea4ed6b3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
base-manager/src/main/resources/sqlmap/module/matter/MatterMapperExt.xml
...c/main/resources/sqlmap/module/matter/MatterMapperExt.xml
+2
-4
No files found.
base-manager/src/main/resources/sqlmap/module/matter/MatterMapperExt.xml
View file @
93fcc6df
...
@@ -2,8 +2,6 @@
...
@@ -2,8 +2,6 @@
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"mybatis-3-mapper.dtd">
"mybatis-3-mapper.dtd">
<mapper
namespace=
"com.mortals.xhx.module.matter.dao.ibatis.MatterDaoImpl"
>
<mapper
namespace=
"com.mortals.xhx.module.matter.dao.ibatis.MatterDaoImpl"
>
<select
id=
"getSubListCount"
parameterType=
"paramDto"
resultType=
"int"
>
<select
id=
"getSubListCount"
parameterType=
"paramDto"
resultType=
"int"
>
SELECT
SELECT
count( 1 )
count( 1 )
...
@@ -12,7 +10,7 @@
...
@@ -12,7 +10,7 @@
LEFT JOIN ( SELECT matterCode FROM mortals_sys_site_matter
LEFT JOIN ( SELECT matterCode FROM mortals_sys_site_matter
<trim
suffixOverrides=
"where"
suffix=
""
>
<trim
suffixOverrides=
"where"
suffix=
""
>
<if
test=
"condition.siteId!=null and condition.siteId!=''"
>
<if
test=
"condition.siteId!=null and condition.siteId!=''"
>
a.siteId = #{condition.siteId,jdbcType=VARCHAR}
where
a.siteId = #{condition.siteId,jdbcType=VARCHAR}
</if>
</if>
</trim>
</trim>
)AS b ON a.matterNo = b.matterCode
)AS b ON a.matterNo = b.matterCode
...
@@ -41,7 +39,7 @@
...
@@ -41,7 +39,7 @@
LEFT JOIN ( SELECT matterCode FROM mortals_sys_site_matter
LEFT JOIN ( SELECT matterCode FROM mortals_sys_site_matter
<trim
suffixOverrides=
"where"
suffix=
""
>
<trim
suffixOverrides=
"where"
suffix=
""
>
<if
test=
"condition.siteId!=null and condition.siteId!=''"
>
<if
test=
"condition.siteId!=null and condition.siteId!=''"
>
a.siteId = #{condition.siteId,jdbcType=VARCHAR}
where
a.siteId = #{condition.siteId,jdbcType=VARCHAR}
</if>
</if>
</trim>
</trim>
) AS b ON a.matterNo = b.matterCode
) AS b ON a.matterNo = b.matterCode
...
...
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