|
@@ -45,7 +45,7 @@ public interface TpRoomNoMapper extends BaseMapper<TpRoomNo> {
|
45
|
45
|
* @return
|
46
|
46
|
*/
|
47
|
47
|
@ResultType(TpRoomNo.class)
|
48
|
|
- @Select("select * from tp_room_no where org_id = #{orgId} limit #{pageNum},#{pageSize}")
|
|
48
|
+// @Select("select * from tp_room_no where org_id = #{orgId} limit #{pageNum},#{pageSize}")
|
49
|
49
|
List<TpRoomNo> selectCommunityIdList(@Param("orgId") Integer orgId, @Param("pageNum") Integer pageNum, @Param("pageSize") Integer pageSize);
|
50
|
50
|
|
51
|
51
|
/**
|
|
@@ -54,7 +54,7 @@ public interface TpRoomNoMapper extends BaseMapper<TpRoomNo> {
|
54
|
54
|
* @return
|
55
|
55
|
*/
|
56
|
56
|
@ResultType(Long.class)
|
57
|
|
- @Select("select count(1) from tp_room_no where org_id = #{orgId}")
|
|
57
|
+// @Select("select count(1) from tp_room_no where org_id = #{orgId}")
|
58
|
58
|
Long selectCommunityIdCount(@Param("orgId") Integer orgId);
|
59
|
59
|
|
60
|
60
|
@ResultType(TpRoomNo.class)
|