INSERT INTO univconnectlog(connectlogid,uid,created,endtime,timelength,areaid) VALUES ( (SELECT NEXTVAL('seq_univconnectlogid')), #{connectlogid}, #{uid},#{created},#{endtime},#{timelength},#{areaid})