Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
self-service
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
廖旭伟
self-service
Commits
c1679bff
Commit
c1679bff
authored
Apr 15, 2023
by
廖旭伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
申请事项分组查询接口增加条件
parent
40fa64c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
8 deletions
+32
-8
sst-manager/src/main/resources/sqlmap/module/matter/MatterApplyMapperExt.xml
...n/resources/sqlmap/module/matter/MatterApplyMapperExt.xml
+32
-8
No files found.
sst-manager/src/main/resources/sqlmap/module/matter/MatterApplyMapperExt.xml
View file @
c1679bff
...
@@ -11,12 +11,18 @@
...
@@ -11,12 +11,18 @@
deptName,
deptName,
count(id) AS `count`
count(id) AS `count`
FROM
FROM
mortals_sys_matter_apply
mortals_sys_matter_apply a
<trim
suffixOverrides=
"where"
suffix=
""
>
where
<trim
prefixOverrides=
"and"
prefix=
""
>
<include
refid=
"_condition_"
/>
</trim>
</trim>
GROUP BY
GROUP BY
deptId
deptId
ORDER BY
ORDER BY
deptId
deptId
) as
a
) as
t
</select>
</select>
...
@@ -31,12 +37,18 @@
...
@@ -31,12 +37,18 @@
deptName,
deptName,
count(id) AS `count`
count(id) AS `count`
FROM
FROM
mortals_sys_matter_apply
mortals_sys_matter_apply a
<trim
suffixOverrides=
"where"
suffix=
""
>
where
<trim
prefixOverrides=
"and"
prefix=
""
>
<include
refid=
"_condition_"
/>
</trim>
</trim>
GROUP BY
GROUP BY
deptId
deptId
ORDER BY
ORDER BY
deptId
deptId
) as
a
) as
t
</select>
</select>
...
@@ -49,12 +61,18 @@
...
@@ -49,12 +61,18 @@
themeName,
themeName,
count(id) AS `count`
count(id) AS `count`
FROM
FROM
mortals_sys_matter_apply
mortals_sys_matter_apply a
<trim
suffixOverrides=
"where"
suffix=
""
>
where
<trim
prefixOverrides=
"and"
prefix=
""
>
<include
refid=
"_condition_"
/>
</trim>
</trim>
GROUP BY
GROUP BY
themeCode
themeCode
ORDER BY
ORDER BY
themeCode
themeCode
) as
a
) as
t
</select>
</select>
...
@@ -69,11 +87,17 @@
...
@@ -69,11 +87,17 @@
themeName,
themeName,
count(id) AS `count`
count(id) AS `count`
FROM
FROM
mortals_sys_matter_apply
mortals_sys_matter_apply a
<trim
suffixOverrides=
"where"
suffix=
""
>
where
<trim
prefixOverrides=
"and"
prefix=
""
>
<include
refid=
"_condition_"
/>
</trim>
</trim>
GROUP BY
GROUP BY
themeCode
themeCode
ORDER BY
ORDER BY
themeCode
themeCode
) as
a
) as
t
</select>
</select>
</mapper>
</mapper>
\ No newline at end of file
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