根据系统演示需求修改前后端
This commit is contained in:
parent
c0e996c689
commit
12b150b668
|
|
@ -58,7 +58,7 @@ import {useRouter} from 'vue-router'
|
||||||
import {useUserStore} from '@/stores/modules/user'
|
import {useUserStore} from '@/stores/modules/user'
|
||||||
import {ElLoading, ElMessage} from 'element-plus'
|
import {ElLoading, ElMessage} from 'element-plus'
|
||||||
import PublicFullScreen from '@/components/PublicFullScreen/index.vue'
|
import PublicFullScreen from '@/components/PublicFullScreen/index.vue'
|
||||||
import NotificationBell from './NotificationBell.vue
|
import NotificationBell from './NotificationBell.vue'
|
||||||
import logo from '@/assets/image/logo.png'
|
import logo from '@/assets/image/logo.png'
|
||||||
import {useRouteStore} from '@/stores/modules/router'
|
import {useRouteStore} from '@/stores/modules/router'
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -88,8 +88,7 @@ public interface PagingAndSortingSpecificationRepository<T> {
|
||||||
* @param queryHints 查询提示
|
* @param queryHints 查询提示
|
||||||
* @return 列表数据
|
* @return 列表数据
|
||||||
*/
|
*/
|
||||||
List<T> findAll(@Nullable Specification<T> specification,
|
List<T> findAll(@Nullable Specification<T> specification, Map<String, Object> queryHints);
|
||||||
Map<String, Object> queryHints);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 带实体图的分页查询,可提高查询性能 (实体图的作用是可以管理,查询需要的属性和实体,而不是默认的字段属性)
|
* 带实体图的分页查询,可提高查询性能 (实体图的作用是可以管理,查询需要的属性和实体,而不是默认的字段属性)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue