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
c6049323
Commit
c6049323
authored
May 23, 2025
by
廖旭伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
be574645
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
portal-manager/src/main/resources/sqlmap/module/page/PageEventMapperExt.xml
.../main/resources/sqlmap/module/page/PageEventMapperExt.xml
+0
-2
No files found.
portal-manager/src/main/resources/sqlmap/module/page/PageEventMapperExt.xml
View file @
c6049323
...
@@ -174,7 +174,6 @@
...
@@ -174,7 +174,6 @@
<!-- 设备点击事件统计 -->
<!-- 设备点击事件统计 -->
<select
id=
"getPageClickEventCensus"
parameterType=
"com.mortals.xhx.module.page.model.pdu.PageCensusPdu"
resultType=
"com.mortals.xhx.module.page.model.vo.PageEventCensusVo"
>
<select
id=
"getPageClickEventCensus"
parameterType=
"com.mortals.xhx.module.page.model.pdu.PageCensusPdu"
resultType=
"com.mortals.xhx.module.page.model.vo.PageEventCensusVo"
>
SELECT
SELECT
t.productId,
t.eventCode,
t.eventCode,
t.eventName,
t.eventName,
count(id) AS total
count(id) AS total
...
@@ -189,7 +188,6 @@
...
@@ -189,7 +188,6 @@
</foreach>
</foreach>
</if>
</if>
GROUP BY
GROUP BY
t.productId,
t.eventCode,
t.eventCode,
t.eventName
t.eventName
</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