|
@@ -2,6 +2,7 @@ package com.sooka.sponest.data.emergency.service.impl;
|
|
|
|
|
|
import com.ruoyi.common.core.web.domain.AjaxResult;
|
|
|
import com.ruoyi.common.datascope.annotation.DataScope;
|
|
|
+import com.ruoyi.common.datascope.annotation.DataScopeMutiDept;
|
|
|
import com.ruoyi.system.api.RemoteConfigService;
|
|
|
import com.sooka.sponest.data.base.service.impl.BaseServiceImpl;
|
|
|
import com.sooka.sponest.data.emergency.domain.*;
|
|
@@ -62,7 +63,7 @@ public class TBusInspectionServiceImpl extends BaseServiceImpl implements ITBusI
|
|
|
* @return 巡检项记录
|
|
|
*/
|
|
|
@Override
|
|
|
- @DataScope(deptAlias = "d")
|
|
|
+ @DataScopeMutiDept(deptAlias = "d")
|
|
|
public List<TBusInspection> selectTBusInspectionList(TBusInspection tBusInspection)
|
|
|
{
|
|
|
setSookaDataBase(tBusInspection);
|