Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
fac5a2cb12
|
|
@ -587,6 +587,8 @@ public class SocialDirectoryService extends BaseService {
|
||||||
|
|
||||||
queryWrapper.last("limit "+syncCount+" offset " + (page - 1) * syncCount);
|
queryWrapper.last("limit "+syncCount+" offset " + (page - 1) * syncCount);
|
||||||
|
|
||||||
|
queryWrapper.orderByAsc("id");
|
||||||
|
|
||||||
List<SocialDirectory> socialDirectoryList = socialDirectoryMapper.selectList(queryWrapper);
|
List<SocialDirectory> socialDirectoryList = socialDirectoryMapper.selectList(queryWrapper);
|
||||||
|
|
||||||
DebugUtil.out(outString+"database_select_success:"+socialDirectoryList.size());
|
DebugUtil.out(outString+"database_select_success:"+socialDirectoryList.size());
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue