select id, marks_location, marks_time, marks_picture, marks_video, project_type, project_name, process_name, position_part, marks_remark, auditor_person, create_date, create_user, projectId, auditorPhone, checkState, idcardnum, infoType, smark_url, synchronization, is_del, surveyorName, surveyorId, surveyorTime, surveyorContent, update_date
from smz_ssp_marks
insert into smz_ssp_marks
id,
marks_location,
marks_time,
marks_picture,
marks_video,
project_type,
project_name,
process_name,
position_part,
marks_remark,
auditor_person,
create_date,
create_user,
projectId,
auditorPhone,
checkState,
idcardnum,
infoType,
smark_url,
synchronization,
is_del,
surveyorName,
surveyorId,
surveyorTime,
surveyorContent,
update_date,
#{id},
#{marksLocation},
#{marksTime},
#{marksPicture},
#{marksVideo},
#{projectType},
#{projectName},
#{processName},
#{positionPart},
#{marksRemark},
#{auditorPerson},
#{createDate},
#{createUser},
#{projectId},
#{auditorPhone},
#{checkState},
#{idcardnum},
#{infoType},
#{smarkUrl},
#{synchronization},
#{isDel},
#{surveyorName},
#{surveyorId},
#{surveyorTime},
#{surveyorContent},
#{updateDate},
update smz_ssp_marks
marks_location = #{marksLocation},
marks_time = #{marksTime},
marks_picture = #{marksPicture},
marks_video = #{marksVideo},
project_type = #{projectType},
project_name = #{projectName},
process_name = #{processName},
position_part = #{positionPart},
marks_remark = #{marksRemark},
auditor_person = #{auditorPerson},
create_date = #{createDate},
create_user = #{createUser},
projectId = #{projectId},
auditorPhone = #{auditorPhone},
checkState = #{checkState},
idcardnum = #{idcardnum},
infoType = #{infoType},
smark_url = #{smarkUrl},
synchronization = #{synchronization},
is_del = #{isDel},
surveyorName = #{surveyorName},
surveyorId = #{surveyorId},
surveyorTime = #{surveyorTime},
surveyorContent = #{surveyorContent},
update_date = #{updateDate},
where id = #{id}
delete from smz_ssp_marks where id = #{id}
delete from smz_ssp_marks where id in
#{id}