update wrongbook set iscorrect=#{iscorrect},
multiques=#{multiques,typeHandler=com._3e.http.wrongbook.typehandler.JSONTypeHandlerPg},
created=#{created}
where uid=#{uid} and guid=#{guid}
insert into wrongbookreco(wrongbookrecoid,uid,guid,origiscore,truescore,multiques,created,examid)
values (
(SELECT NEXTVAL('seq_wrongbookrecoid')),
#{wrongbookrecoid}
#{uid},#{guid},#{origiscore},#{truescore},
#{multiques,typeHandler=com._3e.http.wrongbook.typehandler.JSONTypeHandlerPg},
#{created},#{examid}
)