Selaa lähdekoodia

凌云集团更改公司

peiguo 5 vuotta sitten
vanhempi
commit
f49610b554
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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();
 }