| | |
| | | |
| | | <!--查询未绑定网格或警格的数据--> |
| | | <select id="getNotBindGridOrJwGridList" resultType="org.springblade.modules.house.entity.HouseEntity"> |
| | | select lng,lat from jczz_house where is_deleted = 0 and lng != '' |
| | | select id,lng,lat from jczz_house where is_deleted = 0 and lng != '' |
| | | <if test="type == 1"> |
| | | and grid_code is null |
| | | </if> |
| | |
| | | <if test="house.roleName=='wgy'"> |
| | | <choose> |
| | | <when test="gridCodeList !=null and gridCodeList.size()>0"> |
| | | and jh.grid_code in |
| | | <foreach collection="gridCodeList" item="code" open="(" close=")" separator=","> |
| | | #{code} |
| | | </foreach> |