Commit 9f07b599 by 吕明尚

修改门店判断是否更新抖音团购劵适用门店

parent 79e806a6
......@@ -207,6 +207,13 @@ public class SStoreServiceImpl extends ServiceImpl<SStoreMapper, SStore> impleme
}
}
SStore byId = getById(sStore.getId());
if (!byId.getOpenShopUuid().equals(sStore.getOpenShopUuid())) {
extracted();
}
if (!byId.getTiktokPoiId().equals(sStore.getTiktokPoiId())) {
updateTiktok();
}
return baseMapper.updateSStore(sStore);
}
......
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