Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
H
Hgs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
徐州
Hgs
Commits
70e7c67a
Commit
70e7c67a
authored
Nov 18, 2021
by
huagnxiner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改回访统计报表样式
parent
3079ace7
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
18 additions
and
15 deletions
+18
-15
MarketingActivityController.java
.../house365/web/controller/MarketingActivityController.java
+9
-8
topbar.jsp
...hgs-web/src/main/webapp/WEB-INF/common/layouts/topbar.jsp
+3
-3
callBackTraceStatistic.jsp
.../WEB-INF/views/statistic/pages/callBackTraceStatistic.jsp
+5
-3
StaffDuty.java
...src/main/java/com/house365/ws/service/impl/StaffDuty.java
+1
-1
No files found.
house365-hgs-web/src/main/java/com/house365/web/controller/MarketingActivityController.java
View file @
70e7c67a
...
@@ -568,14 +568,15 @@ public class MarketingActivityController extends BaseController {
...
@@ -568,14 +568,15 @@ public class MarketingActivityController extends BaseController {
List
<
CrmSourceEntity
>
sourceList
=
crmSourceService
.
getListByCategory
(
source
);
List
<
CrmSourceEntity
>
sourceList
=
crmSourceService
.
getListByCategory
(
source
);
if
(
sourceList
!=
null
&&
!
sourceList
.
isEmpty
())
{
if
(
sourceList
!=
null
&&
!
sourceList
.
isEmpty
())
{
for
(
CrmSourceEntity
sourceEntity
:
sourceList
)
{
for
(
CrmSourceEntity
sourceEntity
:
sourceList
)
{
//南京站新需求 过滤400来电562 和房博士im咨询99
crmSourceSet
.
add
(
String
.
valueOf
(
sourceEntity
.
getSourceId
()));
if
(
"nj"
.
equals
(
cityCode
))
{
//南京站新需求 过滤400来电562 和房博士im咨询99 // crm已经限制,全链条不限制
if
(
sourceEntity
.
getSourceId
()
!=
99
&&
sourceEntity
.
getSourceId
()
!=
562
)
{
// if ("nj".equals(cityCode)) {
crmSourceSet
.
add
(
String
.
valueOf
(
sourceEntity
.
getSourceId
()));
// if (sourceEntity.getSourceId() != 99 && sourceEntity.getSourceId() != 562) {
}
// crmSourceSet.add(String.valueOf(sourceEntity.getSourceId()));
}
else
{
// }
crmSourceSet
.
add
(
String
.
valueOf
(
sourceEntity
.
getSourceId
()));
// } else {
}
// crmSourceSet.add(String.valueOf(sourceEntity.getSourceId()));
// }
}
}
}
}
}
}
...
...
house365-hgs-web/src/main/webapp/WEB-INF/common/layouts/topbar.jsp
View file @
70e7c67a
...
@@ -68,9 +68,9 @@
...
@@ -68,9 +68,9 @@
<li>
<li>
<a tabindex="-1" href="${ctx}/statistic/cloudCusReport/">云迹数据统计表</a>
<a tabindex="-1" href="${ctx}/statistic/cloudCusReport/">云迹数据统计表</a>
</li>
</li>
<%-- <li>--%
>
<li
>
<%-- <a tabindex="-1" href="${ctx}/statistic/callBackTraceStatistic/">回访跟进统计</a>--%
>
<a tabindex="-1" href="${ctx}/statistic/callBackTraceStatistic/">回访跟进统计</a
>
<%-- </li>--%
>
</li
>
</ul>
</ul>
</li>
</li>
</shiro:hasPermission>
</shiro:hasPermission>
...
...
house365-hgs-web/src/main/webapp/WEB-INF/views/statistic/pages/callBackTraceStatistic.jsp
View file @
70e7c67a
...
@@ -25,13 +25,15 @@
...
@@ -25,13 +25,15 @@
action=
"${ctx}/statistic/callBackTraceStatistic"
method=
"get"
>
action=
"${ctx}/statistic/callBackTraceStatistic"
method=
"get"
>
<div
style=
"margin-top:10px;"
>
<div
style=
"margin-top:10px;"
>
数据日期:
数据日期:
<input
type=
"text"
name=
"startTime"
id=
"startTime"
class=
"m-wrap small mydate span2"
placeholder=
"起始时间"
>
到
<input
type=
"text"
name=
"startTime"
id=
"startTime"
style=
"width: 120px;"
class=
"m-wrap small mydate span2"
placeholder=
"起始时间"
>
到
<input
type=
"text"
name=
"endTime"
id=
"endTime"
class=
"m-wrap small mydate span2"
placeholder=
"截止时间"
>
<input
type=
"text"
name=
"endTime"
id=
"endTime"
style=
"width: 120px;"
class=
"m-wrap small mydate span2"
placeholder=
"截止时间"
>
<
%
--
<
a
class=
"btn "
onclick=
"btnSubmit();"
>
提交
</a>
--%>
<
%
--
<
a
class=
"btn "
onclick=
"btnSubmit();"
>
提交
</a>
--%>
<input
type=
"text"
placeholder=
"搜索置业顾问"
name=
"search_LIKE_realName"
value=
"${param['search_LIKE_realName']}"
>
<input
type=
"text"
placeholder=
"搜索置业顾问"
name=
"search_LIKE_realName"
value=
"${param['search_LIKE_realName']}"
>
<div
class=
"inputSearch__btn"
onclick=
"$('#filterForm').submit();"
></div>
<div
class=
"inputSearch__btn"
onclick=
"$('#filterForm').submit();"
style=
"display: inline-block; position: relative; top: 9px;left: 5px;"
></div>
</div>
</div>
<input
type=
"hidden"
name=
"deptId"
id=
"deptId"
value=
"${deptId}"
>
<input
type=
"hidden"
name=
"deptId"
id=
"deptId"
value=
"${deptId}"
>
...
...
house365-hgs-ws/src/main/java/com/house365/ws/service/impl/StaffDuty.java
View file @
70e7c67a
...
@@ -1299,7 +1299,7 @@ public class StaffDuty implements IStaffDuty {
...
@@ -1299,7 +1299,7 @@ public class StaffDuty implements IStaffDuty {
for
(
String
source
:
quickSource
.
split
(
","
))
{
for
(
String
source
:
quickSource
.
split
(
","
))
{
List
<
CrmSourceEntity
>
sourceList
=
crmSourceService
.
getListByCategory
(
source
);
List
<
CrmSourceEntity
>
sourceList
=
crmSourceService
.
getListByCategory
(
source
);
if
(
CollectionUtils
.
isNotEmpty
(
sourceList
))
{
if
(
CollectionUtils
.
isNotEmpty
(
sourceList
))
{
sourceList
.
removeIf
(
m
->
m
.
getSourceId
()
==
99
||
m
.
getSourceId
()
==
562
);
// sourceList.removeIf(m -> m.getSourceId() == 99 || m.getSourceId() == 562); //CRM已经限制,此处无需限制
sourceList
.
forEach
(
s
->
crmSourceSet
.
add
(
String
.
valueOf
(
s
.
getSourceId
())));
sourceList
.
forEach
(
s
->
crmSourceSet
.
add
(
String
.
valueOf
(
s
.
getSourceId
())));
}
}
}
}
...
...
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