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
6f2f4782
Commit
6f2f4782
authored
Apr 14, 2020
by
huangZW
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
111
parent
2e1f6cab
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
AuditApiServiceImpl.java
.../manage/service/service/out/impl/AuditApiServiceImpl.java
+7
-0
MemberUnionidRelatedApiServiceImpl.java
.../service/out/impl/MemberUnionidRelatedApiServiceImpl.java
+2
-0
No files found.
haoban-manage3-service/src/main/java/com/gic/haoban/manage/service/service/out/impl/AuditApiServiceImpl.java
View file @
6f2f4782
...
@@ -38,6 +38,9 @@ import com.gic.haoban.manage.service.dao.mapper.TabHaobanAuditMapper;
...
@@ -38,6 +38,9 @@ import com.gic.haoban.manage.service.dao.mapper.TabHaobanAuditMapper;
import
com.gic.haoban.manage.service.entity.TabHaobanAudit
;
import
com.gic.haoban.manage.service.entity.TabHaobanAudit
;
import
com.gic.haoban.manage.service.entity.TabHaobanDepartment
;
import
com.gic.haoban.manage.service.entity.TabHaobanDepartment
;
import
com.gic.haoban.manage.service.entity.TabHaobanStaff
;
import
com.gic.haoban.manage.service.entity.TabHaobanStaff
;
import
com.gic.haoban.message.api.dto.MessageDTO
;
import
com.gic.wechat.api.dto.qywx.QywxXcxSendMessageDTO
;
import
com.gic.wechat.api.service.qywx.QywxSuiteApiService
;
import
com.github.pagehelper.PageHelper
;
import
com.github.pagehelper.PageHelper
;
/**
/**
...
@@ -55,6 +58,8 @@ public class AuditApiServiceImpl implements AuditApiService{
...
@@ -55,6 +58,8 @@ public class AuditApiServiceImpl implements AuditApiService{
private
StaffMapper
staffMapper
;
private
StaffMapper
staffMapper
;
@Autowired
@Autowired
private
StoreService
storeService
;
private
StoreService
storeService
;
@Autowired
private
QywxSuiteApiService
qywxSuiteApiService
;
@Override
@Override
public
Page
<
AuditDTO
>
page
(
Integer
auditType
,
String
search
,
String
wxEnterpriseId
,
public
Page
<
AuditDTO
>
page
(
Integer
auditType
,
String
search
,
String
wxEnterpriseId
,
...
@@ -112,6 +117,8 @@ public class AuditApiServiceImpl implements AuditApiService{
...
@@ -112,6 +117,8 @@ public class AuditApiServiceImpl implements AuditApiService{
String
newValue
=
tab
.
getNewValue
();
String
newValue
=
tab
.
getNewValue
();
String
changeField
=
tab
.
getChangeField
();
String
changeField
=
tab
.
getChangeField
();
this
.
editStoreInfo
(
storeId
,
changeField
,
oldValue
,
newValue
);
this
.
editStoreInfo
(
storeId
,
changeField
,
oldValue
,
newValue
);
// QywxXcxSendMessageDTO messageDTO = new QywxXcxSendMessageDTO();
// qywxSuiteApiService.sendMessage("ww9ede832a84b7ae5f","ww2c34dc56739bb105", messageDTO);
}
}
@Override
@Override
public
void
refuse
(
String
auditId
,
String
auditReason
,
String
auditName
)
{
public
void
refuse
(
String
auditId
,
String
auditReason
,
String
auditName
)
{
...
...
haoban-manage3-service/src/main/java/com/gic/haoban/manage/service/service/out/impl/MemberUnionidRelatedApiServiceImpl.java
View file @
6f2f4782
...
@@ -164,6 +164,8 @@ public class MemberUnionidRelatedApiServiceImpl implements MemberUnionidRelatedA
...
@@ -164,6 +164,8 @@ public class MemberUnionidRelatedApiServiceImpl implements MemberUnionidRelatedA
log
.
info
(
"会员门店不存在"
);
log
.
info
(
"会员门店不存在"
);
continue
;
continue
;
}
}
log
.
info
(
"memberStoreIdList===============>{}"
,
JSONObject
.
toJSONString
(
memberStoreIdList
));
log
.
info
(
"storeIds===============>{}"
,
JSONObject
.
toJSONString
(
storeIds
));
//取交集
//取交集
memberStoreIdList
.
retainAll
(
storeIds
);
memberStoreIdList
.
retainAll
(
storeIds
);
if
(
CollectionUtil
.
isEmpty
(
memberStoreIdList
)){
if
(
CollectionUtil
.
isEmpty
(
memberStoreIdList
)){
...
...
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