select id, item_name, item_content, module,modulename,instance_id,task_id, task_name, node_name, is_view, is_handle, todo_user_id, todo_user_name, handle_user_id, handle_user_name, todo_time, handle_time from biz_todo_item
insert into biz_todo_item
item_name,
item_content,
module,
modulename,
moduleUrl,
projectName,
keyNo,
instance_id,
task_id,
task_name,
node_name,
is_view,
is_handle,
todo_user_id,
todo_user_name,
handle_user_id,
handle_user_name,
todo_time,
handle_time,
#{itemName},
#{itemContent},
#{module},
#{moduleName},
#{moduleUrl},
#{projectName},
#{keyNo},
#{instanceId},
#{taskId},
#{taskName},
#{nodeName},
#{isView},
#{isHandle},
#{todoUserId},
#{todoUserName},
#{handleUserId},
#{handleUserName},
#{todoTime},
#{handleTime},
update biz_todo_item
item_name = #{itemName},
item_content = #{itemContent},
module = #{module},
modulename = #{moduleName},
moduleUrl = #{moduleUrl},
projectName = #{projectName},
keyNo = #{keyNo},
instance_id = #{instanceId},
task_id = #{taskId},
task_name = #{taskName},
node_name = #{nodeName},
is_view = #{isView},
is_handle = #{isHandle},
todo_user_id = #{todoUserId},
todo_user_name = #{todoUserName},
handle_user_id = #{handleUserId},
handle_user_name = #{handleUserName},
todo_time = #{todoTime},
handle_time = #{handleTime},
where id = #{id}
delete from biz_todo_item where id = #{id}
delete from biz_todo_item where id in
#{id}