| | |
| | | update most_beautiful_volunteer |
| | | <set> |
| | | <if test="mostBeautifulVolunteerVO.id != null"> |
| | | #{mostBeautifulVolunteerVO.id}, |
| | | id=#{mostBeautifulVolunteerVO.id}, |
| | | </if> |
| | | <if test="mostBeautifulVolunteerVO.name != null"> |
| | | #{mostBeautifulVolunteerVO.name}, |
| | | name=#{mostBeautifulVolunteerVO.name}, |
| | | </if> |
| | | <if test="mostBeautifulVolunteerVO.certificateUrl != null"> |
| | | #{mostBeautifulVolunteerVO.certificateUrl}, |
| | | certificate_url=#{mostBeautifulVolunteerVO.certificateUrl}, |
| | | </if> |
| | | <if test="mostBeautifulVolunteerVO.selfIntroduction != null"> |
| | | #{mostBeautifulVolunteerVO.selfIntroduction}, |
| | | self_introduction=#{mostBeautifulVolunteerVO.selfIntroduction}, |
| | | </if> |
| | | <if test="mostBeautifulVolunteerVO.volunteerStyle != null"> |
| | | #{mostBeautifulVolunteerVO.weightSorting}, |
| | | volunteer_style=#{mostBeautifulVolunteerVO.weightSorting}, |
| | | </if> |
| | | <if test="mostBeautifulVolunteerVO.weightSorting != null"> |
| | | #{mostBeautifulVolunteerVO.weightSorting}, |
| | | weight_sorting=#{mostBeautifulVolunteerVO.weightSorting}, |
| | | </if> |
| | | <if test="mostBeautifulVolunteerVO.unmountType != null"> |
| | | #{mostBeautifulVolunteerVO.unmountType}, |
| | | unmount_type=#{mostBeautifulVolunteerVO.unmountType}, |
| | | </if> |
| | | update_time=sysdate() |
| | | </set> |