|
|
@@ -246,8 +246,8 @@ public class FmsBlockServiceImpl implements IFmsBlockService
|
|
|
}
|
|
|
|
|
|
@Override
|
|
|
- public List<FmsBlock> selectFmsBlockListByManager(String userId, String tid) {
|
|
|
- return fmsBlockMapper.selectFmsBlockListByManager(userId,tid);
|
|
|
+ public List<FmsBlock> selectFmsBlockListByLandManager(String userId, String tid) {
|
|
|
+ return fmsBlockMapper.selectFmsBlockListByLandManager(userId,tid);
|
|
|
}
|
|
|
|
|
|
@Override
|