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
a105918f
Commit
a105918f
authored
Jun 09, 2025
by
王祖波
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
清除建联逻辑
parent
7c25782e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
+3
-1
ContactOrderApiServiceImpl.java
.../service/out/impl/contact/ContactOrderApiServiceImpl.java
+3
-1
No files found.
haoban-manage3-service/src/main/java/com/gic/haoban/manage/service/service/out/impl/contact/ContactOrderApiServiceImpl.java
View file @
a105918f
...
@@ -11,6 +11,7 @@ import com.gic.haoban.manage.service.service.contact.ContactLogService;
...
@@ -11,6 +11,7 @@ import com.gic.haoban.manage.service.service.contact.ContactLogService;
import
com.gic.haoban.manage.service.service.contact.ContactOrderService
;
import
com.gic.haoban.manage.service.service.contact.ContactOrderService
;
import
com.gic.order.api.dto.resp.OrderInfoResp
;
import
com.gic.order.api.dto.resp.OrderInfoResp
;
import
com.gic.order.api.service.member.MemberOrderReadApiService
;
import
com.gic.order.api.service.member.MemberOrderReadApiService
;
import
org.apache.commons.collections.CollectionUtils
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.stereotype.Service
;
import
org.springframework.stereotype.Service
;
...
@@ -39,8 +40,9 @@ public class ContactOrderApiServiceImpl implements ContactOrderApiService {
...
@@ -39,8 +40,9 @@ public class ContactOrderApiServiceImpl implements ContactOrderApiService {
return
ServiceResponse
.
success
();
return
ServiceResponse
.
success
();
}
}
OrderInfoResp
result
=
serviceResponse
.
getResult
();
OrderInfoResp
result
=
serviceResponse
.
getResult
();
boolean
clearFlag
=
CollectionUtils
.
isNotEmpty
(
result
.
getOrderItems
())
&&
result
.
getPaidAmount
()
>
0
;
boolean
contactOrder
=
contactOrderService
.
saveContactOrder
(
result
);
boolean
contactOrder
=
contactOrderService
.
saveContactOrder
(
result
);
if
(
contactOrder
)
{
if
(
c
learFlag
||
c
ontactOrder
)
{
contactLogService
.
clearContactLog
(
memberId
,
1
,
""
);
contactLogService
.
clearContactLog
(
memberId
,
1
,
""
);
}
}
return
ServiceResponse
.
success
();
return
ServiceResponse
.
success
();
...
...
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