Browse Source

热点管理更新

Signed-off-by: you.chen <you.chen@cloudcross.com>
you.chen 9 years ago
parent
commit
d2c5e34ce4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/cloudcross/ssp/model/mapper/wifi.sql.xml

+ 1 - 1
src/main/java/com/cloudcross/ssp/model/mapper/wifi.sql.xml

@@ -28,7 +28,7 @@
 	<select id="countByParamsBack" parameterType="map" resultType="int">
 		select count(c.wifiId) from 
 		(
-		select t_wifi.id as wifiId, t_wifi.place_id as placeId from  t_wifi w, t_location l 
+		select w.id as wifiId, w.place_id as placeId from  t_wifi w, t_location l 
 		where 
 		w.location = l.location and w.status != -1 
 		<if test="operatorId != null">