select id, committeeId, projectId, workingType, costName, money, remark, create_by, create_time, update_by, update_time,applicationDate from sur_project_working_committee insert into sur_project_working_committee committeeId, projectId, workingType, costName, money, remark, create_by, create_time, update_by, update_time, applicationDate, #{committeeId}, #{projectId}, #{workingType}, #{costName}, #{money}, #{remark}, #{createBy}, #{createTime}, #{updateBy}, #{updateTime}, #{applicationDate}, update sur_project_working_committee committeeId = #{committeeId}, projectId = #{projectId}, workingType = #{workingType}, costName = #{costName}, money = #{money}, remark = #{remark}, create_by = #{createBy}, create_time = #{createTime}, update_by = #{updateBy}, update_time = #{updateTime}, applicationDate = #{applicationDate}, where id = #{id} delete from sur_project_working_committee where id = #{id} delete from sur_project_working_committee where id in #{id}