select id, universityId, year, location, batch, type, level, score, seat, num, numReal, createTime, status, universityName,universityCode,collegeCode,batchName,liberalScience,course,collegeRemark from b_busi_wish_university_submits insert into b_busi_wish_university_submits universityId, year, location, batch, type, level, score, seat, num, numReal, createTime, status, #{universityId}, #{year}, #{location}, #{batch}, #{type}, #{level}, #{score}, #{seat}, #{num}, #{numReal}, #{createTime}, #{status}, update b_busi_wish_university_submits universityId = #{universityId}, year = #{year}, location = #{location}, batch = #{batch}, type = #{type}, level = #{level}, score = #{score}, seat = #{seat}, num = #{num}, numReal = #{numReal}, createTime = #{createTime}, status = #{status}, where id = #{id} delete from b_busi_wish_university_submits where id = #{id} delete from b_busi_wish_university_submits where id in #{id}