Commit 559b184f by fudahua

Merge branch 'developer' into 'master'

Developer

See merge request !81
parents 381cdff0 89112579
......@@ -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;
}
......
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment