t.user_id_ as "userId"
, t.education_background_ as "educationBackground"
, t.graduate_school_ as "graduateSchool"
, t.technical_titles_ as "technicalTitles"
, t.work_unit_ as "workUnit"
, t.subject_id_ as "subjectId"
, t.introduction_ as "introduction"
, t.subject_ as "subject"
, t.grad_certificate_ as "gradCertificate"
, t.degree_certificate_ as "degreeCertificate"
, t.teacher_certificate_ as "teacherCertificate"
, t.entry_flag_ as "entryFlag"
, t.entry_auth_date_ as "entryAuthDate"
, t.musician_flag_ as "musicianFlag"
, t.musician_date_ as "musicianDate"
, t.live_flag_ as "liveFlag"
, t.live_date_ as "liveDate"
, t.memo_ as "memo"
, t.create_time_ as "createTime"
, t.update_time_ as "updateTime"
update teacher set subject_id_ = #{subjectIds},update_time_ = now() where user_id_ = #{id}
update teacher set browse_ = browse_ + 1 where user_id_ = #{userId}