|
@@ -40,6 +40,6 @@ public interface UptownUnitMapper extends BaseMapper<UptownUnit> {
|
|
|
"sys_uptown u ON u.uptown_id = uu.uptown_id WHERE ur.user_id = #{userId} AND ur.role_id = 1")
|
|
|
UptownUnit getUptownUnitByUser(@Param("userId") Long userId);
|
|
|
|
|
|
- @Select("select * from sys_uptown_unit where status = 1 and uptown_id = 1238790987234 and unit_id > 190000 and unit_id < 191000")
|
|
|
+ @Select("select * from sys_uptown_unit where status = 1 and uptown_id = 1238790987234")
|
|
|
List<UptownUnit> getUptownUnitLY();
|
|
|
}
|