|
|
@@ -4,7 +4,6 @@ import cn.hutool.core.lang.Assert;
|
|
|
import com.baomidou.mybatisplus.core.toolkit.Wrappers;
|
|
|
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
|
|
|
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
|
|
-import com.ktg.common.annotation.MarsDataScope;
|
|
|
import com.ktg.common.utils.StringUtils;
|
|
|
import com.ktg.iscs.domain.IsIsolationPoint;
|
|
|
import com.ktg.iscs.domain.IsLotoStation;
|
|
|
@@ -41,7 +40,7 @@ public class IsLotoStationServiceImpl extends ServiceImpl<IsLotoStationMapper, I
|
|
|
private IIsMapService isMapService;
|
|
|
|
|
|
@Override
|
|
|
- @MarsDataScope(workstationAlias = "w", userAlias = "u")
|
|
|
+ //@MarsDataScope(workstationAlias = "w", userAlias = "u")
|
|
|
public Page<IsLotoStationVO> getIsLotoStationPage(IsLotoStation isLotoStation, Page<IsLotoStation> page) {
|
|
|
return isLotoStationMapper.getIsLotoStationPage(page, isLotoStation);
|
|
|
}
|