select intent_id, user_id, project_no, project_name, name, work_unit, department, position, phone, onboard_status, create_by, create_time, update_by, update_time
from biz_execution_intent
insert into biz_execution_intent
intent_id,
user_id,
project_no,
project_name,
work_unit,
onboard_status,
name,
department,
position,
phone,
create_by,
create_time,
#{intentId},
#{userId},
#{projectNo},
#{projectName},
#{workUnit},
#{onboardStatus},
#{name},
#{department},
#{position},
#{phone},
#{createBy},
sysdate(),
update biz_execution_intent
project_no = #{projectNo},
project_name = #{projectName},
work_unit = #{workUnit},
onboard_status = #{onboardStatus},
name = #{name},
department = #{department},
position = #{position},
phone = #{phone},
where intent_id = #{intentId}
delete from biz_execution_intent where intent_id = #{intentId}
delete from biz_execution_intent where intent_id in
#{intentId}