select check_Id, staff_id, device_id, temperature_value, temperature_status, check_status, record_time, check_video_url, create_by, create_time, update_by, update_time from kitchen_staff_morning_check
insert into kitchen_staff_morning_check
staff_id,
device_id,
temperature_value,
temperature_status,
check_status,
record_time,
check_video_url,
create_by,
create_time,
update_by,
update_time,
#{staffId},
#{deviceId},
#{temperatureValue},
#{temperatureStatus},
#{checkStatus},
#{recordTime},
#{checkVideoUrl},
#{createBy},
#{createTime},
#{updateBy},
#{updateTime},
update kitchen_staff_morning_check
staff_id = #{staffId},
device_id = #{deviceId},
temperature_value = #{temperatureValue},
temperature_status = #{temperatureStatus},
check_status = #{checkStatus},
record_time = #{recordTime},
check_video_url = #{checkVideoUrl},
create_by = #{createBy},
create_time = #{createTime},
update_by = #{updateBy},
update_time = #{updateTime},
where check_Id = #{checkId}
delete from kitchen_staff_morning_check where check_Id = #{checkId}
delete from kitchen_staff_morning_check where check_Id in
#{checkId}