Quellcode durchsuchen

修改获取无人机数据接口

tags/v1.2.0^2
wanjing vor 1 Jahr
Ursprung
Commit
7d465c90de
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. +2
    -1
      tuoheng-admin/src/main/resources/mapper/ThInspectionMapper.xml

+ 2
- 1
tuoheng-admin/src/main/resources/mapper/ThInspectionMapper.xml Datei anzeigen

@@ -15,6 +15,7 @@
<result column="fly_time" jdbcType="INTEGER" property="flyTime" />
<result column="dist_home" jdbcType="VARCHAR" property="distHome" />
<result column="ysingal" jdbcType="VARCHAR" property="ysingal" />
<result column="mode" jdbcType="VARCHAR" property="mode" />
<result column="create_user" jdbcType="INTEGER" property="createUser" />
<result column="create_time" jdbcType="TIMESTAMP" property="createTime" />
<result column="update_user" jdbcType="INTEGER" property="updateUser" />
@@ -23,7 +24,7 @@
</resultMap>

<sql id="Base_Column_List">
id, tenant_id, inspection_id, mission_id, lng, lat, host_ip, altitude, speed, fly_time, dist_home, ysingal
id, tenant_id, inspection_id, mission_id, lng, lat, host_ip, altitude, speed, fly_time, dist_home, ysingal, mode,
create_user, create_time, update_user, update_time, mark
</sql>


Laden…
Abbrechen
Speichern