1
0
mirror of synced 2025-12-16 20:28:11 +08:00

🐛 #1937 【公众号】修复动态添加公众号配置的问题

This commit is contained in:
Binary Wang
2020-12-27 20:07:49 +08:00
parent 2e18fec385
commit 58e9411b45
2 changed files with 4 additions and 2 deletions

View File

@@ -439,6 +439,7 @@ public abstract class BaseWxMpServiceImpl<H, P> implements WxMpService, RequestH
if (this.configStorageMap == null) {
this.setWxMpConfigStorage(configStorages);
} else {
WxMpConfigStorageHolder.set(mpId);
this.configStorageMap.put(mpId, configStorages);
}
}