|
@ -31,10 +31,10 @@ |
|
|
<if test="customerId != null and customerId != ''"> |
|
|
<if test="customerId != null and customerId != ''"> |
|
|
CUSTOMER_ID = #{customerId}, |
|
|
CUSTOMER_ID = #{customerId}, |
|
|
</if> |
|
|
</if> |
|
|
<if test="volunteerIntroduce != null and volunteerIntroduce.trim() != ''"> |
|
|
<if test="volunteerIntroduce != null"> |
|
|
VOLUNTEER_INTRODUCE = #{volunteerIntroduce}, |
|
|
VOLUNTEER_INTRODUCE = #{volunteerIntroduce}, |
|
|
</if> |
|
|
</if> |
|
|
<if test="volunteerSignature != null and volunteerSignature.trim() != ''"> |
|
|
<if test="volunteerSignature != null"> |
|
|
VOLUNTEER_SIGNATURE = #{volunteerSignature}, |
|
|
VOLUNTEER_SIGNATURE = #{volunteerSignature}, |
|
|
</if> |
|
|
</if> |
|
|
<if test="userId != null and userId != ''"> |
|
|
<if test="userId != null and userId != ''"> |
|
|