同步mongodb

This commit is contained in:
佟明轩 2025-05-21 12:24:57 +08:00
parent 20e85cd3e9
commit ca5bdab0e3
1 changed files with 2 additions and 0 deletions

View File

@ -587,6 +587,8 @@ public class SocialDirectoryService extends BaseService {
queryWrapper.last("limit "+syncCount+" offset " + (page - 1) * syncCount);
queryWrapper.orderByAsc("id");
List<SocialDirectory> socialDirectoryList = socialDirectoryMapper.selectList(queryWrapper);
DebugUtil.out(outString+"database_select_success:"+socialDirectoryList.size());