数据库同步放开

develop
yuemian 2024-09-05 16:20:12 +08:00
parent 946d4cf92e
commit b9501bb508
1 changed files with 1 additions and 1 deletions

View File

@ -388,7 +388,7 @@ public class TianyiLocationProvider extends TianyiProvider {
}
log.info("同步资源池信息:{}",poolModelGeneralResult.isSuccess());
//syncRds(syncModel);
syncRds(syncModel);
log.info("end sync ... current region is " + this.getRegionId());
return new GeneralResult(true, syncModel, "数据同步成功!");