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
1615ff0b
Commit
1615ff0b
authored
2 years ago
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加大厅与窗口关联
parent
66598bc1
master
first
platform-vs1
reg
suining
test
xuanhan
yanshi
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
6 deletions
+8
-6
base-manager/src/main/resources/sqlmap/module/window/WindowMapperExt.xml
...c/main/resources/sqlmap/module/window/WindowMapperExt.xml
+8
-6
No files found.
base-manager/src/main/resources/sqlmap/module/window/WindowMapperExt.xml
View file @
1615ff0b
...
...
@@ -8,12 +8,12 @@
FROM
mortals_sys_window AS a
LEFT JOIN ( SELECT windowId FROM mortals_sys_window_hall
<trim
suffixOverrides=
"where"
suffix=
""
>
)AS b ON a.id = b.windowId where b.hallId IS NULL
<trim
prefixOverrides=
"and"
prefix=
""
>
<if
test=
"condition.siteId!=null and condition.siteId!=''"
>
where siteId = #{condition.siteId,jdbcType=VARCHAR
}
and a.siteId = #{condition.siteId
}
</if>
</trim>
)AS b ON a.id = b.windowId where b.hallId IS NULL
</select>
<!-- 获取事项差集列表列表 -->
...
...
@@ -23,11 +23,13 @@
FROM
mortals_sys_window AS a
LEFT JOIN ( SELECT windowId FROM mortals_sys_window_hall
<trim
suffixOverrides=
"where"
suffix=
""
>
)AS b ON a.id = b.windowId where b.hallId IS NULL
<trim
prefixOverrides=
"and"
prefix=
""
>
<if
test=
"condition.siteId!=null and condition.siteId!=''"
>
where siteId = #{condition.siteId,jdbcType=VARCHAR
}
and a.siteId = #{condition.siteId
}
</if>
</trim>
)AS b ON a.id = b.windowId where b.hallId IS NULL
</select>
</mapper>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
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