同步mongodb
This commit is contained in:
parent
20e85cd3e9
commit
ca5bdab0e3
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Reference in New Issue