| | |
| | | order by weight_sorting asc,creation_time desc |
| | | </select> |
| | | |
| | | <insert id="insertMostBeautifulVolunteer"> |
| | | <insert id="insertMostBeautifulVolunteer" parameterType="com.panzhihua.common.model.vos.community.MostBeautifulVolunteerVO"> |
| | | insert into most_beautiful_volunteer |
| | | <trim prefix="(" suffix=")" suffixOverrides=","> |
| | | <if test="mostBeautifulVolunteerVO.id != null"> |
| | |
| | | <if test="mostBeautifulVolunteerVO.communityId != null"> |
| | | community_id, |
| | | </if> |
| | | creationTime |
| | | creation_time |
| | | </trim> |
| | | values |
| | | <trim prefix="(" suffix=")" suffixOverrides=","> |
| | |
| | | </trim> |
| | | </insert> |
| | | |
| | | <update id="updateById"> |
| | | <update id="updateById" parameterType="com.panzhihua.common.model.vos.community.MostBeautifulVolunteerVO"> |
| | | update most_beautiful_volunteer |
| | | <set> |
| | | <if test="mostBeautifulVolunteerVO.id != null"> |