insert into question( id, app_id, question, create_time )values( #{id}, #{appId}, #{question}, sysdate() ) delete from question where id = #{id} update question set question = #{question} where id = #{id} delete from question where app_id = #{appId}