UPDATE info_profile SET read_total = read_total + 1, UPDATED_TIME = NOW() WHERE INFO_ID = #{infoId} AND DEL_FLAG = '0'