Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
张云鹏
/
moss-statistic
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
a04ed737
...
a04ed737d11d66b4ffffeeb4220e3c5bbb5b8dce
authored
2023-05-08 11:38:49 +0800
by
张云鹏
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
模板按钮名称未查询到时不进行统计
1 parent
8b9a52a8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/main/java/com/topdraw/business/process/calculate/task/ActivityBtnClickPvUcCalculateTask.java
src/main/java/com/topdraw/business/process/calculate/task/ActivityBtnClickPvUcCalculateTask.java
View file @
a04ed73
...
...
@@ -111,8 +111,8 @@ public class ActivityBtnClickPvUcCalculateTask {
log
.
info
(
"模板属性名称 ==>> {}"
,
name
);
if
(
StringUtils
.
isBlank
(
name
))
{
log
.
warn
(
"模板按钮点击次数统计异常,无实例内容名称, paramValueId ==>> {}"
,
paramValueId
);
name
=
"#"
;
//
continue;
//
name = "#";
continue
;
}
}
catch
(
Exception
e
)
{
...
...
Please
register
or
sign in
to post a comment