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
559b184f
Commit
559b184f
authored
Oct 22, 2020
by
fudahua
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'developer' into 'master'
Developer See merge request
!81
parents
381cdff0
89112579
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
0 deletions
+18
-0
StoreListQo.java
...c/main/java/com/gic/haoban/manage/web/qo/StoreListQo.java
+17
-0
DealSyncOperationApiServiceImpl.java
...ice/service/out/impl/DealSyncOperationApiServiceImpl.java
+1
-0
No files found.
haoban-manage3-operation-web/src/main/java/com/gic/haoban/manage/web/qo/StoreListQo.java
View file @
559b184f
...
...
@@ -19,8 +19,25 @@ public class StoreListQo extends BasePageInfo {
private
String
countyId
;
private
Integer
storeType
;
private
List
<
String
>
storeIdList
;
private
List
<
String
>
notStoreIdList
;
private
String
storeId
;
public
List
<
String
>
getStoreIdList
()
{
return
storeIdList
;
}
public
void
setStoreIdList
(
List
<
String
>
storeIdList
)
{
this
.
storeIdList
=
storeIdList
;
}
public
List
<
String
>
getNotStoreIdList
()
{
return
notStoreIdList
;
}
public
void
setNotStoreIdList
(
List
<
String
>
notStoreIdList
)
{
this
.
notStoreIdList
=
notStoreIdList
;
}
public
String
getStoreGroupId
()
{
return
storeGroupId
;
}
...
...
haoban-manage3-service/src/main/java/com/gic/haoban/manage/service/service/out/impl/DealSyncOperationApiServiceImpl.java
View file @
559b184f
...
...
@@ -213,6 +213,7 @@ public class DealSyncOperationApiServiceImpl implements DealSyncOperationApiServ
RedisUtil
.
lock
(
key
,
10L
);
String
taskLock
=
getTaskLock
(
wxEnterpriseId
);
if
(
StringUtils
.
isNotBlank
(
taskLock
))
{
RedisUtil
.
unlock
(
key
);
return
null
;
}
TabHaobanSyncTask
tabHaobanSyncTask
=
new
TabHaobanSyncTask
();
...
...
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