INSERT INTO univstudentownclass(studentid,classesid,isdelegate,status,areaid) VALUES (#{studentid},#{classesid},#{isdelegate},#{status},#{areaid}) Update univstudentownclass isdelegate = #{isdelegate}, status = #{status}, areaid = #{areaid} WHERE studentid = #{studentid} and classesid = #{classesid}