select id,
print_id,
print_name,
print_number,
is_return,
printfile_name,
print_time,
status_g,
return_number,
print_code,
primary_path,
present_path,
return_time,
print_room,
gotothree
from prints_log
insert into prints_log
print_id,
print_name,
print_number,
is_return,
printfile_name,
print_time,
status_g,
return_number,
print_code,
primary_path,
present_path,
return_time,
print_room,
gotothree,
#{printId},
#{printName},
#{printNumber},
#{isReturn},
#{printfileName},
#{printTime},
#{statusG},
#{returnNumber},
#{printCode},
#{primaryPath},
#{presentPath},
#{returnTime},
#{printRoom},
#{gotothree},
update prints_log
print_id = #{printId},
print_name = #{printName},
print_number = #{printNumber},
is_return = #{isReturn},
printfile_name = #{printfileName},
print_time = #{printTime},
status_g = #{statusG},
return_number = #{returnNumber},
print_code = #{printCode},
primary_path = #{primaryPath},
present_path = #{presentPath},
return_time = #{returnTime},
print_room = #{printRoom},
#{gotothree},
where id = #{id}
delete
from prints_log
where id = #{id}
delete from prints_log where id in
#{id}