|
@@ -88,7 +88,7 @@ public interface FmsBlockMapper
|
|
|
|
|
|
|
|
public List<FmsLand> selectFmsLandByBlockIds(@Param("array") String[] blockIds, @Param("tid") String tid);
|
|
public List<FmsLand> selectFmsLandByBlockIds(@Param("array") String[] blockIds, @Param("tid") String tid);
|
|
|
|
|
|
|
|
- List<FmsBlock> selectFmsBlockListByManager(@Param("userId") String userId, @Param("tid") String tid);
|
|
|
|
|
|
|
+ List<FmsBlock> selectFmsBlockListByLandManager(@Param("userId") String userId, @Param("tid") String tid);
|
|
|
|
|
|
|
|
int bindUser(FmsBlockBindUserReqVo fmsBlockBindUserReqVo);
|
|
int bindUser(FmsBlockBindUserReqVo fmsBlockBindUserReqVo);
|
|
|
|
|
|