Commit 12ba0629 by fudahua

同步新增的bug

parent 933ebfcc
......@@ -151,7 +151,7 @@ public class StoreRangeServiceImpl implements StoreRangeService {
}
});
newStoreIdBywxEnterpriseMap.forEach((wid, newStoreIds) -> {
if (oldStoreIdBywxEnterpriseMap.containsKey(wid)) {
if (!oldStoreIdBywxEnterpriseMap.containsKey(wid)) {
needAddStoreIds.addAll(newStoreIds);
}
});
......
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