|
@@ -10,6 +10,7 @@ import com.github.zuihou.business.operationManagementCenter.entity.TaskNode;
|
|
import com.github.zuihou.business.statisticalAnalysis.ProductLinePerformanceService;
|
|
import com.github.zuihou.business.statisticalAnalysis.ProductLinePerformanceService;
|
|
import com.github.zuihou.business.statisticalAnalysis.dao.ProductLinePerformanceMapper;
|
|
import com.github.zuihou.business.statisticalAnalysis.dao.ProductLinePerformanceMapper;
|
|
import com.github.zuihou.common.constant.CacheKey;
|
|
import com.github.zuihou.common.constant.CacheKey;
|
|
|
|
+import com.github.zuihou.database.mybatis.auth.DataScope;
|
|
import com.github.zuihou.database.mybatis.conditions.query.LbqWrapper;
|
|
import com.github.zuihou.database.mybatis.conditions.query.LbqWrapper;
|
|
import com.github.zuihou.injection.annonation.InjectionResult;
|
|
import com.github.zuihou.injection.annonation.InjectionResult;
|
|
import com.github.zuihou.utils.BeanPlusUtil;
|
|
import com.github.zuihou.utils.BeanPlusUtil;
|
|
@@ -44,7 +45,7 @@ public class ProductLinePerformanceServiceImpl extends SuperCacheServiceImpl<Pro
|
|
@Override
|
|
@Override
|
|
@InjectionResult
|
|
@InjectionResult
|
|
public IPage<TaskNode> pageList(IPage page, LbqWrapper<TaskNode> wrapper) {
|
|
public IPage<TaskNode> pageList(IPage page, LbqWrapper<TaskNode> wrapper) {
|
|
- return baseMapper.pageList(page, wrapper);
|
|
|
|
|
|
+ return baseMapper.pageList(page, wrapper, new DataScope());
|
|
}
|
|
}
|
|
|
|
|
|
@Override
|
|
@Override
|