| | |
| | | <if test="volunteerIntegralRecordVO.communityId != null"> |
| | | community_id, |
| | | </if> |
| | | <if test="volunteerIntegralRecordVO.userId != null"> |
| | | user_id, |
| | | </if> |
| | | creation_time |
| | | </trim> |
| | | values |
| | |
| | | </if> |
| | | <if test="volunteerIntegralRecordVO.communityId != null"> |
| | | #{volunteerIntegralRecordVO.communityId}, |
| | | </if> |
| | | <if test="volunteerIntegralRecordVO.userId != null"> |
| | | #{volunteerIntegralRecordVO.userId}, |
| | | </if> |
| | | sysdate() |
| | | </trim> |
| | |
| | | <if test="volunteerIntegralRecordVO.communityId != null"> |
| | | community_id=#{volunteerIntegralRecordVO.communityId}, |
| | | </if> |
| | | <if test="volunteerIntegralRecordVO.userId != null"> |
| | | user_id=#{volunteerIntegralRecordVO.userId}, |
| | | </if> |
| | | update_time=sysdate() |
| | | </set> |
| | | where id = #{volunteerIntegralRecordVO.id} |