Parcourir la source

凌云集团更改公司

peiguo il y a 5 ans
Parent
commit
f49610b554
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      whepi-web/src/main/java/com/bofeng/dao/UptownUnitMapper.java

+ 1 - 1
whepi-web/src/main/java/com/bofeng/dao/UptownUnitMapper.java

@@ -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();
 }