| | |
| | | <if test="item.evaluateGrade != null"> |
| | | evaluate_grade, |
| | | </if> |
| | | <if test="item.communityId != null"> |
| | | community_id, |
| | | </if> |
| | | creation_time |
| | | </trim> |
| | | values |
| | |
| | | </if> |
| | | <if test="item.evaluateGrade != null"> |
| | | #{item.evaluateGrade}, |
| | | </if> |
| | | <if test="item.communityId != null"> |
| | | #{item.communityId}, |
| | | </if> |
| | | sysdate() |
| | | </trim> |
| | |
| | | <if test="item.evaluateGrade != null"> |
| | | evaluate_grade=#{item.evaluateGrade}, |
| | | </if> |
| | | <if test="item.communityId != null"> |
| | | community_id=#{item.communityId}, |
| | | </if> |
| | | update_time=sysdate() |
| | | </set> |
| | | where id = #{volunteerTypeVO.id} |