|
@@ -5,7 +5,7 @@
|
|
|
<update id="updateRegistrationID" parameterType="com.ozs.service.entity.UserRegistrationid">
|
|
|
update user_registrationid
|
|
|
<set>
|
|
|
- <if test="registration_id != null and registration_id != 0">
|
|
|
+ <if test="registrationId != null and registrationId != ''">
|
|
|
registration_id = #{registrationId}
|
|
|
</if>
|
|
|
</set>
|