insert into t_helmet_picture
helmet_picture_id,
image_url,
user_id,
x_point,
y_point,
cre_time,
i_id,
sm_time,
#{helmetPictureId,jdbcType=INTEGER},
#{imageUrl,jdbcType=VARCHAR},
#{userId,jdbcType=INTEGER},
#{xPoint,jdbcType=VARCHAR},
#{yPoint,jdbcType=VARCHAR},
#{creTime,jdbcType=VARCHAR},
#{iId,jdbcType=INTEGER},
#{smTime},
insert into t_helmet_report
report_id,
s_id,
user_id,
user_name,
device_id,
x_point,
y_point,
c_time,
sos_type,
msg,
imgurl,
mobile,
sm_time,
#{reportId,jdbcType=INTEGER},
#{sId,jdbcType=INTEGER},
#{userId,jdbcType=INTEGER},
#{userName,jdbcType=VARCHAR},
#{deviceId,jdbcType=VARCHAR},
#{xPoint,jdbcType=VARCHAR},
#{yPoint,jdbcType=VARCHAR},
#{cTime,jdbcType=VARCHAR},
#{sosType,jdbcType=VARCHAR},
#{msg,jdbcType=VARCHAR},
#{imgurl,jdbcType=VARCHAR},
#{mobile,jdbcType=VARCHAR},
#{smTime,jdbcType=VARCHAR},
insert into t_helmet_trajectory
trajectory_id,
ctime,
ltime,
sec,
user_id,
#{trajectoryId,jdbcType=INTEGER},
#{ctime,jdbcType=VARCHAR},
#{ltime,jdbcType=VARCHAR},
#{sec,jdbcType=VARCHAR},
#{userId,jdbcType=INTEGER},
update t_helmet_trajectory
ctime = #{ctime,jdbcType=VARCHAR},
ltime = #{ltime,jdbcType=VARCHAR},
sec = #{sec,jdbcType=VARCHAR},
user_id = #{userId,jdbcType=INTEGER},
where trajectory_id = #{trajectoryId,jdbcType=INTEGER}
insert into t_helmet_motion
motion_id,
user_id,
x_point,
y_point,
times,
c_angle,
c_speed,
c_trust,
sm_time,
#{motionId,jdbcType=INTEGER},
#{userId,jdbcType=INTEGER},
#{xPoint,jdbcType=VARCHAR},
#{yPoint,jdbcType=VARCHAR},
#{times,jdbcType=VARCHAR},
#{cAngle,jdbcType=VARCHAR},
#{cSpeed,jdbcType=VARCHAR},
#{cTrust,jdbcType=VARCHAR},
#{smTime,jdbcType=VARCHAR},
insert into t_data_value
data_id,
device_id,
device_name,
account_number,
upload_time,
pm25,
pm10,
tsp,
temperature,
humidity,
data6,
wind_speed,
wind_direction,
tvoc,
no2,
co,
so2,
o3,
noise,
#{dataId,jdbcType=INTEGER},
#{deviceId,jdbcType=INTEGER},
#{deviceName,jdbcType=VARCHAR},
#{accountNumber,jdbcType=VARCHAR},
#{uploadTime,jdbcType=VARCHAR},
#{pm25,jdbcType=VARCHAR},
#{pm10,jdbcType=VARCHAR},
#{tsp,jdbcType=VARCHAR},
#{temperature,jdbcType=VARCHAR},
#{humidity,jdbcType=VARCHAR},
#{data6,jdbcType=VARCHAR},
#{windSpeed,jdbcType=VARCHAR},
#{windDirection,jdbcType=VARCHAR},
#{tvoc,jdbcType=VARCHAR},
#{no2,jdbcType=VARCHAR},
#{co,jdbcType=VARCHAR},
#{so2,jdbcType=VARCHAR},
#{o3,jdbcType=VARCHAR},
#{noise,jdbcType=VARCHAR},
insert into t_data_smock
smoke_id,
gateway_cyc,
FanS,
V1Run,
UV1Run,
FanRun,
UV2Run,
SSVRun,
DP,
T,
OC,
gatew,
NXRun,
Alarm,
times,
RTC_VOLT,
V2Run,
DXQVRun,
Press,
Dc,
#{smokeId,jdbcType=INTEGER},
#{gatewayCyc,jdbcType=VARCHAR},
#{fans,jdbcType=VARCHAR},
#{v1run,jdbcType=VARCHAR},
#{uv1run,jdbcType=VARCHAR},
#{fanrun,jdbcType=VARCHAR},
#{uv2run,jdbcType=VARCHAR},
#{ssvrun,jdbcType=VARCHAR},
#{dp,jdbcType=VARCHAR},
#{t,jdbcType=VARCHAR},
#{oc,jdbcType=VARCHAR},
#{gatew,jdbcType=VARCHAR},
#{nxrun,jdbcType=VARCHAR},
#{alarm,jdbcType=VARCHAR},
#{times,jdbcType=VARCHAR},
#{rtcVolt,jdbcType=VARCHAR},
#{v2run,jdbcType=VARCHAR},
#{dxqvrun,jdbcType=VARCHAR},
#{press,jdbcType=VARCHAR},
#{dc,jdbcType=VARCHAR},