Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-manage3.0
Overview
Overview
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
haoban3.0
haoban-manage3.0
Commits
8628e481
Commit
8628e481
authored
Feb 15, 2023
by
jinxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
记录单个转移的成功日志
parent
10352019
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
TransferActiveCodeDTO.java
.../com/gic/haoban/manage/api/dto/TransferActiveCodeDTO.java
+2
-2
No files found.
haoban-manage3-api/src/main/java/com/gic/haoban/manage/api/dto/TransferActiveCodeDTO.java
View file @
8628e481
...
@@ -82,8 +82,8 @@ public class TransferActiveCodeDTO implements Serializable {
...
@@ -82,8 +82,8 @@ public class TransferActiveCodeDTO implements Serializable {
//记录单个转移的成功日志
//记录单个转移的成功日志
if
(
CollUtil
.
isNotEmpty
(
this
.
successList
)
&&
this
.
totalNum
==
1
){
if
(
CollUtil
.
isNotEmpty
(
this
.
successList
)
&&
this
.
totalNum
==
1
){
Map
<
String
,
String
>
stringMap
=
this
.
successList
.
get
(
0
);
Map
<
String
,
String
>
stringMap
=
this
.
successList
.
get
(
0
);
log
.
append
(
"将"
+
stringMap
.
get
(
"handoverStaffName"
)+
"-"
+
stringMap
.
get
(
"handoverStaffPhone"
)+
"的许可手动转移给"
log
.
append
(
"将"
+
stringMap
.
get
(
"handoverStaffName"
)+
"-"
+
stringMap
.
get
(
"handoverStaffPhone"
)
==
null
?
""
:
stringMap
.
get
(
"handoverStaffPhone"
)
+
"的许可手动转移给"
+
stringMap
.
get
(
"takeoverStaff
StaffName"
)+
"-"
+
stringMap
.
get
(
"takeoverStaff
StaffPhone"
));
+
stringMap
.
get
(
"takeoverStaff
Name"
)+
"-"
+
stringMap
.
get
(
"takeoverStaffPhone"
)==
null
?
""
:
stringMap
.
get
(
"takeover
StaffPhone"
));
return
log
.
toString
();
return
log
.
toString
();
}
}
log
.
append
(
"共需转移"
+
this
.
totalNum
+
",成功"
+
this
.
successNum
+
",失败"
+
this
.
failedNum
+
"。"
);
log
.
append
(
"共需转移"
+
this
.
totalNum
+
",成功"
+
this
.
successNum
+
",失败"
+
this
.
failedNum
+
"。"
);
...
...
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