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
24de9101
Commit
24de9101
authored
Nov 23, 2021
by
huagnxiner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
回访报表添加日志
parent
07c76788
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
1 deletion
+24
-1
ManagerVO.java
...-beans/src/main/java/com/house365/beans/vo/ManagerVO.java
+23
-0
StatisticController.java
...java/com/house365/web/controller/StatisticController.java
+1
-1
No files found.
house365-hgs-beans/src/main/java/com/house365/beans/vo/ManagerVO.java
View file @
24de9101
...
...
@@ -175,4 +175,27 @@ public class ManagerVO {
public
void
setCloudWait
(
String
cloudWait
)
{
this
.
cloudWait
=
cloudWait
;
}
@Override
public
String
toString
()
{
return
"ManagerVO{"
+
"managerId="
+
managerId
+
", childManagerIds='"
+
childManagerIds
+
'\''
+
", managerName='"
+
managerName
+
'\''
+
", todayNew='"
+
todayNew
+
'\''
+
", isClear='"
+
isClear
+
'\''
+
", callIn3='"
+
callIn3
+
'\''
+
", visitIn7='"
+
visitIn7
+
'\''
+
", total='"
+
total
+
'\''
+
", star='"
+
star
+
'\''
+
", waitCount='"
+
waitCount
+
'\''
+
", callToday='"
+
callToday
+
'\''
+
", callYesterday='"
+
callYesterday
+
'\''
+
", allCallToday='"
+
allCallToday
+
'\''
+
", allCallYesterday='"
+
allCallYesterday
+
'\''
+
", callCount='"
+
callCount
+
'\''
+
", cloudSent='"
+
cloudSent
+
'\''
+
", cloudWait='"
+
cloudWait
+
'\''
+
'}'
;
}
}
house365-hgs-web/src/main/java/com/house365/web/controller/StatisticController.java
View file @
24de9101
...
...
@@ -3682,6 +3682,7 @@ public class StatisticController extends BaseController {
}
else
{
vo
.
setIsClear
(
"0"
);
//0:无客户,1:有客户
}
LOGGER
.
info
(
"ManagerVO:"
+
vo
.
toString
());
managerVOS
.
add
(
vo
);
}
if
(
isDirector
)
{
...
...
@@ -3692,7 +3693,6 @@ public class StatisticController extends BaseController {
model
.
addAttribute
(
"deptId"
,
depet
.
getId
());
model
.
addAttribute
(
"list"
,
managerVOS
);
model
.
addAttribute
(
"page"
,
page
);
// model.addAttribute("departments", departmentEntities);
model
.
addAttribute
(
"department"
,
depet
);
model
.
addAttribute
(
"searchParams"
,
Servlets
.
encodeParameterStringWithPrefix
(
searchParams
,
"search_"
));
return
getAutoUrl
();
...
...
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