|
|
@@ -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> |
|
|
|
|