up.`id` UPDATE `user_paper` `total_number`=`total_number`+#{number, jdbcType=INTEGER}, `total_time`=`total_time`+#{time, jdbcType=INTEGER}, `total_correct`=`total_correct`+#{correct, jdbcType=INTEGER}, `times` = `times`+#{times, jdbcType=INTEGER}, `finish_times` = `finish_times`+#{finish, jdbcType=INTEGER}, `latest_time` = #{latestTime, jdbcType=DATE}, `latest_report_id` = #{latestReportId, jdbcType=INTEGER}, WHERE `id` = #{id, jdbcType=VARCHAR}