select id, cfgId, dataType, dataId, spId, spName, collectTime, changeRate, changeRate2, displace, displace2, totalize, totalize2, variation, variation2, state, remark, is_del, create_by, create_time, update_by, update_time from dev_pitmonit_southsmos_data
insert into dev_pitmonit_southsmos_data
cfgId,
dataType,
dataId,
spId,
spName,
collectTime,
changeRate,
changeRate2,
displace,
displace2,
totalize,
totalize2,
variation,
variation2,
state,
remark,
is_del,
create_by,
create_time,
update_by,
update_time,
#{cfgId},
#{dataType},
#{dataId},
#{spId},
#{spName},
#{collectTime},
#{changeRate},
#{changeRate2},
#{displace},
#{displace2},
#{totalize},
#{totalize2},
#{variation},
#{variation2},
#{state},
#{remark},
#{isDel},
#{createBy},
#{createTime},
#{updateBy},
#{updateTime},
update dev_pitmonit_southsmos_data
cfgId = #{cfgId},
dataType = #{dataType},
dataId = #{dataId},
spId = #{spId},
spName = #{spName},
collectTime = #{collectTime},
changeRate = #{changeRate},
changeRate2 = #{changeRate2},
displace = #{displace},
displace2 = #{displace2},
totalize = #{totalize},
totalize2 = #{totalize2},
variation = #{variation},
variation2 = #{variation2},
state = #{state},
remark = #{remark},
is_del = #{isDel},
create_by = #{createBy},
create_time = #{createTime},
update_by = #{updateBy},
update_time = #{updateTime},
where id = #{id}
delete from dev_pitmonit_southsmos_data where id = #{id}
delete from dev_pitmonit_southsmos_data where id in
#{id}