select id, third_id, path, name, create_time from t_image insert into t_image third_id, path, name, create_time, #{thirdId}, #{path}, #{name}, #{createTime}, update t_image third_id = #{thirdId}, path = #{path}, name = #{name}, create_time = #{createTime}, where id = #{id} delete from t_image where id = #{id} delete from t_image where id in #{id} delete from t_image where third_id = #{id}