1. 剔除外域 url

This commit is contained in:
chenbowen
2025-12-02 14:10:47 +08:00
parent a689a3ffe4
commit ee9bc438b5
13 changed files with 18 additions and 81 deletions

View File

@@ -76,7 +76,7 @@ public class MpAccountServiceImpl implements MpAccountService {
if (!ex.getMessage().contains("doesn't exist")) {
throw ex;
}
log.error("[微信公众号 zt-module-mp - 表结构未导入][参考 https://doc.iocoder.cn/mp/build/ 开启]");
log.error("[微信公众号 zt-module-mp - 表结构未导入][参考 http://172.16.46.63:30888/mp/build/ 开启]");
}
log.info("[initLocalCacheIfUpdate][缓存公众号账号,数量为:{}]", accounts.size());