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
14ea80a5
Commit
14ea80a5
authored
Nov 11, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化窗口业务查询
parent
77b2838c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
12 deletions
+7
-12
portal-manager/src/main/java/com/mortals/xhx/daemon/applicationservice/ComsumerBurySaveService.java
...hx/daemon/applicationservice/ComsumerBurySaveService.java
+2
-7
portal-manager/src/main/java/com/mortals/xhx/module/page/web/BuryPointController.java
.../com/mortals/xhx/module/page/web/BuryPointController.java
+5
-5
No files found.
portal-manager/src/main/java/com/mortals/xhx/daemon/applicationservice/ComsumerBurySaveService.java
View file @
14ea80a5
...
@@ -13,13 +13,8 @@ import org.springframework.stereotype.Component;
...
@@ -13,13 +13,8 @@ import org.springframework.stereotype.Component;
import
static
com
.
mortals
.
xhx
.
common
.
key
.
RedisKey
.
KEY_BURY_POINT_CACHE
;
import
static
com
.
mortals
.
xhx
.
common
.
key
.
RedisKey
.
KEY_BURY_POINT_CACHE
;
/**
* 下发消息
//@Component
*
* @author: zxfei
* @date: 2023/11/8 23:45
*/
@Component
@Slf4j
@Slf4j
public
class
ComsumerBurySaveService
implements
IApplicationStartedService
{
public
class
ComsumerBurySaveService
implements
IApplicationStartedService
{
...
...
portal-manager/src/main/java/com/mortals/xhx/module/page/web/BuryPointController.java
View file @
14ea80a5
...
@@ -53,11 +53,11 @@ public class BuryPointController extends BaseJsonBodyController {
...
@@ -53,11 +53,11 @@ public class BuryPointController extends BaseJsonBodyController {
String
busiDesc
=
"保存页面数据埋点信息"
;
String
busiDesc
=
"保存页面数据埋点信息"
;
try
{
try
{
validData
(
pdu
);
validData
(
pdu
);
cacheService
.
lpush
(
KEY_BURY_POINT_CACHE
,
pdu
);
//
cacheService.lpush(KEY_BURY_POINT_CACHE,pdu);
//
pageAccessService.saveByPdu(pdu);
pageAccessService
.
saveByPdu
(
pdu
);
//
pageAccessDepthService.saveByPdu(pdu);
pageAccessDepthService
.
saveByPdu
(
pdu
);
//
pageEventService.saveByPdu(pdu);
pageEventService
.
saveByPdu
(
pdu
);
//
pageRouteService.saveByPdu(pdu);
pageRouteService
.
saveByPdu
(
pdu
);
model
.
put
(
"message_info"
,
busiDesc
+
"成功"
);
model
.
put
(
"message_info"
,
busiDesc
+
"成功"
);
this
.
recordSysLog
(
this
.
request
,
busiDesc
+
" 【成功】"
);
this
.
recordSysLog
(
this
.
request
,
busiDesc
+
" 【成功】"
);
}
catch
(
Exception
e
)
{
}
catch
(
Exception
e
)
{
...
...
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