select id, device_id, canteen_id, stall_id, recipe_id, create_by, create_time, update_by, update_time from cook_recipe_bind_device insert into cook_recipe_bind_device device_id, canteen_id, stall_id, recipe_id, create_by, create_time, update_by, update_time, #{deviceId}, #{canteenId}, #{stallId}, #{recipeId}, #{createBy}, #{createTime}, #{updateBy}, #{updateTime}, update cook_recipe_bind_device device_id = #{deviceId}, canteen_id = #{canteenId}, stall_id = #{stallId}, recipe_id = #{recipeId}, create_by = #{createBy}, create_time = #{createTime}, update_by = #{updateBy}, update_time = #{updateTime}, where id = #{id} delete from cook_recipe_bind_device where id = #{id} delete from cook_recipe_bind_device where id in #{id}