...
|
...
|
@@ -161,6 +161,6 @@ |
|
|
update union_share_user
|
|
|
set cps_activity_id = #{activityId,jdbcType=INTEGER},
|
|
|
update_time = #{updateTime,jdbcType=INTEGER}
|
|
|
where uid = #{uid,jdbcType=INTEGER} and cps_activity_id is NULL
|
|
|
where uid = #{uid,jdbcType=INTEGER} and (cps_activity_id = 0 or cps_activity_id is NULL)
|
|
|
</update>
|
|
|
</mapper> |
|
|
\ No newline at end of file |
...
|
...
|
|