Commit aa841bea by fudahua

Merge branch 'fix-6-25' into 'developer'

同步新增的bug

See merge request haoban3.0/haoban-manage3.0!107
parents dc266da9 12ba0629
......@@ -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