Merge remote-tracking branch 'origin/master'

This commit is contained in:
牛子源 2025-05-21 12:52:32 +08:00
commit fac5a2cb12
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());