|
@@ -96,7 +96,7 @@ public class UserIncrementServiceImpl extends ServiceImpl<IUserIncrementMapper,
|
|
|
if(cameraIdList!=null ){
|
|
|
queryWrapper.in(UserIncrement::getCameraId,cameraIdList);
|
|
|
}
|
|
|
- queryWrapper.orderByDesc(UserIncrement::getCreateTime);
|
|
|
+ queryWrapper.orderByDesc(UserIncrement::getId);
|
|
|
Page<UserIncrement> pageEntity = this.page(page, queryWrapper);
|
|
|
|
|
|
List<UserIncrementVo> responseList = convert(pageEntity.getRecords());
|