select id, goodsname, goodsnum, specifications, weight, receiving_process, approval_status, document_status, submitter, approved_by, completed_by, remark, create_by_id, create_by, create_time, update_by_id, update_by, update_time, del_flag, task_process_key, task_node_key from material_circulation
insert into material_circulation
goodsname,
goodsnum,
specifications,
weight,
receiving_process,
approval_status,
document_status,
submitter,
approved_by,
completed_by,
remark,
create_by_id,
create_by,
create_time,
update_by_id,
update_by,
update_time,
del_flag,
task_process_key,
task_node_key,
#{goodsname},
#{goodsnum},
#{specifications},
#{weight},
#{receivingProcess},
#{approvalStatus},
#{documentStatus},
#{submitter},
#{approvedBy},
#{completedBy},
#{remark},
#{createById},
#{createBy},
#{createTime},
#{updateById},
#{updateBy},
#{updateTime},
#{delFlag},
#{taskProcessKey},
#{taskNodeKey},
update material_circulation
goodsname = #{goodsname},
goodsnum = #{goodsnum},
specifications = #{specifications},
weight = #{weight},
receiving_process = #{receivingProcess},
approval_status = #{approvalStatus},
document_status = #{documentStatus},
submitter = #{submitter},
approved_by = #{approvedBy},
completed_by = #{completedBy},
remark = #{remark},
create_by_id = #{createById},
create_by = #{createBy},
create_time = #{createTime},
update_by_id = #{updateById},
update_by = #{updateBy},
update_time = #{updateTime},
del_flag = #{delFlag},
task_process_key = #{taskProcessKey},
task_node_key = #{taskNodeKey},
where id = #{id}
delete from material_circulation where id = #{id}
delete from material_circulation where id in
#{id}