drone-service/drone-fw/src/main/java/org/sxkj/fw/device/mapper/FwDeviceMapper.xml
@@ -47,6 +47,9 @@ ja_fw_device <where> is_deleted = 0 <if test="param2.trackStatus != null "> and track_status::text = #{param2.trackStatus}::text </if> <if test="param2.id != null and param2.id != ''"> and id::text = #{param2.id}::text </if>