task_id, task_type, task_status, code, create_by, create_time, update_by, update_time, remark, buyer_company_id, seller_company_id update tm_task set `status` = '0',update_time = NOW() where task_id = #{taskId} insert into tm_task task_type, task_status, code, create_by, create_time, update_by, update_time, remark, buyer_company_id, seller_company_id, #{taskType,jdbcType=INTEGER}, #{taskStatus,jdbcType=INTEGER}, #{code,jdbcType=VARCHAR}, #{createBy,jdbcType=VARCHAR}, now(), #{updateBy,jdbcType=VARCHAR}, now(), #{remark,jdbcType=VARCHAR}, #{buyerCompanyId,jdbcType=INTEGER}, #{sellerCompanyId,jdbcType=INTEGER},