#allSqlColumn()
insert into t_b_car_shot
id,
plate,
type,
camera,
position,
upload_time,
shot,
shot_type,
create_time,
update_time,
status,
#{id,jdbcType=},
#{plate,jdbcType=},
#{type,jdbcType=},
#{camera,jdbcType=},
#{position,jdbcType=},
#{uploadTime,jdbcType=},
#{shot,jdbcType=},
#{shotType,jdbcType=},
#{createTime,jdbcType=},
#{updateTime,jdbcType=},
#{status,jdbcType=},
insert into t_b_car_shot
(id, plate, type, camera, position, upload_time, shot, shot_type, create_time, update_time, status)
values
(#{item.id}, #{item.plate}, #{item.type}, #{item.camera}, #{item.position}, #{item.uploadTime}, #{item.shot}, #{item.shotType}, #{item.createTime}, #{item.updateTime}, #{item.status})
update t_b_car_shot
plate = #{plate,jdbcType=},
type = #{type,jdbcType=},
camera = #{camera,jdbcType=},
position = #{position,jdbcType=},
upload_time = #{uploadTime,jdbcType=},
shot = #{shot,jdbcType=},
shot_type = #{shotType,jdbcType=},
create_time = #{createTime,jdbcType=},
update_time = #{updateTime,jdbcType=},
status = #{status,jdbcType=},
where id = #{id,jdbcType=}
update t_b_car_shot
plate = #{set.plate,jdbcType=},
type = #{set.type,jdbcType=},
camera = #{set.camera,jdbcType=},
position = #{set.position,jdbcType=},
upload_time = #{set.uploadTime,jdbcType=},
shot = #{set.shot,jdbcType=},
shot_type = #{set.shotType,jdbcType=},
create_time = #{set.createTime,jdbcType=},
update_time = #{set.updateTime,jdbcType=},
status = #{set.status,jdbcType=},
and id = #{where.id,jdbcType=}
and plate = #{where.plate,jdbcType=}
and type = #{where.type,jdbcType=}
and camera = #{where.camera,jdbcType=}
and position = #{where.position,jdbcType=}
and upload_time = #{where.uploadTime,jdbcType=}
and shot = #{where.shot,jdbcType=}
and shot_type = #{where.shotType,jdbcType=}
and create_time = #{where.createTime,jdbcType=}
and update_time = #{where.updateTime,jdbcType=}
and status = #{where.status,jdbcType=}
update t_b_car_shot
when id = #{item.id} then #{item.plate}
when id = #{item.id} then #{item.type}
when id = #{item.id} then #{item.camera}
when id = #{item.id} then #{item.position}
when id = #{item.id} then #{item.uploadTime}
when id = #{item.id} then #{item.shot}
when id = #{item.id} then #{item.shotType}
when id = #{item.id} then #{item.createTime}
when id = #{item.id} then #{item.updateTime}
when id = #{item.id} then #{item.status}
where id in
#{item.id,jdbcType=}
delete from t_b_car_shot where id = #{id,jdbcType=}
delete from t_b_car_shot
and plate = #{plate,jdbcType=}
and type = #{type,jdbcType=}
and camera = #{camera,jdbcType=}
and position = #{position,jdbcType=}
and upload_time = #{uploadTime,jdbcType=}
and shot = #{shot,jdbcType=}
and shot_type = #{shotType,jdbcType=}
and create_time = #{createTime,jdbcType=}
and update_time = #{updateTime,jdbcType=}
and status = #{status,jdbcType=}
delete from t_b_car_shot where id in
#{item}