| | |
| | | <result column="detect_target_cnt" property="detectTargetCnt"/> |
| | | <result column="effective_range_km" property="effectiveRangeKm"/> |
| | | <result column="work_mode" property="workMode"/> |
| | | <result column="latitude" property="latitude"/> |
| | | <result column="longitude" property="longitude"/> |
| | | <result column="area_code" property="areaCode"/> |
| | | <result column="device_sn" property="deviceSn"/> |
| | | <result column="create_user" property="createUser"/> |
| | |
| | | #{item} |
| | | </foreach> |
| | | </if> |
| | | <if test="param2.status != null"> |
| | | and status = #{param2.status} |
| | | </if> |
| | | </where> |
| | | </select> |
| | | |
| | |
| | | </choose> |
| | | ) |
| | | </if> |
| | | <if test="status != null"> |
| | | and status = #{status} |
| | | </if> |
| | | </where> |
| | | </select> |
| | | |