select taskId, plcId, task_type, origin, vessel_no, task_status, create_time, wipEntity, goods_id, goods_num, batch_no from t_ck_picktask
insert into t_ck_picktask
taskId,
plcId,
task_type,
origin,
vessel_no,
task_status,
create_time,
wipEntity,
goods_id,
goods_num,
batch_no,
#{taskid},
#{plcid},
#{taskType},
#{origin},
#{vesselNo},
#{taskStatus},
#{createTime},
#{wipentity},
#{goodsId},
#{goodsNum},
#{batchNo},
update t_ck_picktask
plcId = #{plcid},
task_type = #{taskType},
origin = #{origin},
vessel_no = #{vesselNo},
task_status = #{taskStatus},
create_time = #{createTime},
wipEntity = #{wipentity},
goods_id = #{goodsId},
goods_num = #{goodsNum},
batch_no = #{batchNo},
where taskId = #{taskid}
delete from t_ck_picktask where taskId = #{taskid}
delete from t_ck_picktask where taskId in
#{taskid}