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
e0806293
Commit
e0806293
authored
Nov 25, 2020
by
qwmqiuwenmin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
c8783675
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
8 deletions
+12
-8
DealSyncOperationApiServiceImpl.java
...ice/service/out/impl/DealSyncOperationApiServiceImpl.java
+12
-8
No files found.
haoban-manage3-service/src/main/java/com/gic/haoban/manage/service/service/out/impl/DealSyncOperationApiServiceImpl.java
View file @
e0806293
...
@@ -554,14 +554,18 @@ public class DealSyncOperationApiServiceImpl implements DealSyncOperationApiServ
...
@@ -554,14 +554,18 @@ public class DealSyncOperationApiServiceImpl implements DealSyncOperationApiServ
List
<
PreDealLogInfoDTO
>
result
=
page
.
getResult
();
List
<
PreDealLogInfoDTO
>
result
=
page
.
getResult
();
for
(
PreDealLogInfoDTO
dto
:
result
)
{
for
(
PreDealLogInfoDTO
dto
:
result
)
{
dto
.
setDataCode
(
dto
.
getDataId
());
dto
.
setDataCode
(
dto
.
getDataId
());
if
(
dto
.
getDataType
()
==
PreDealTypeEnum
.
friend
.
getVal
()){
TabHaobanStaff
staff
=
staffService
.
selectByUserIdAndEnterpriseId
(
dto
.
getpDataId
(),
wxEnterpriseId
);
dto
.
setDataName
(
"第三方应用处理"
);
if
(
staff
!=
null
){
}
else
if
(
dto
.
getDataType
()
==
PreDealTypeEnum
.
friend_clerk
.
getVal
()){
dto
.
setDataName
(
staff
.
getStaffName
());
dto
.
setDataName
(
"导购处理"
);
}
}
else
if
(
dto
.
getDataType
()
==
PreDealTypeEnum
.
friend_merge
.
getVal
()){
// if(dto.getDataType() == PreDealTypeEnum.friend.getVal()){
dto
.
setDataName
(
"合并处理"
);
// dto.setDataName("第三方应用处理");
}
else
if
(
dto
.
getDataType
()
==
PreDealTypeEnum
.
self_friend
.
getVal
()){
// }else if(dto.getDataType() == PreDealTypeEnum.friend_clerk.getVal()){
dto
.
setDataName
(
"自建应用处理"
);
// dto.setDataName("导购处理");
// }else if(dto.getDataType() == PreDealTypeEnum.friend_merge.getVal()){
// dto.setDataName("合并处理");
// }else if(dto.getDataType() == PreDealTypeEnum.self_friend.getVal()){
// dto.setDataName("自建应用处理");
}
}
//dto.setReason(reason);
//dto.setReason(reason);
}
}
...
...
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