INSERT INTO dubcritic(commentid,uid,aim,commenttype,dubid,isquiet,content,created,areaid) VALUES ( (SELECT NEXTVAL('seq_dubcritic')), #{commentid}, #{uid},#{aim},#{commenttype},#{dubid},#{isquiet},#{content},#{created},#{areaid})