INSERT INTO connectlog( connectlogid, uid, starttime, endtime, timelength, areaid) VALUES ( (SELECT NEXTVAL('seq_connectlogid')), #{connectlogid}, #{uid}, #{starttime}, #{endtime}, #{timelength}, #{areaid});