...
|
...
|
@@ -150,7 +150,7 @@ |
|
|
|
|
|
<update id="updateByActIdAndUid">
|
|
|
update drawline_lucky_user
|
|
|
set is_send_inbox = 1
|
|
|
set is_send_inbox = 1, update_time = UNIX_TIMESTAMP()
|
|
|
where status = 1 and user_type = 1
|
|
|
and activity_id = #{activityId,jdbcType=INTEGER}
|
|
|
and uid = #{uid,jdbcType=INTEGER}
|
...
|
...
|
@@ -183,7 +183,7 @@ |
|
|
update drawline_lucky_user
|
|
|
set is_send_prize = 1
|
|
|
where status = 1 and user_type = 1
|
|
|
and activity_id = #{activityId,jdbcType=INTEGER},
|
|
|
and activity_id = #{activityId,jdbcType=INTEGER}
|
|
|
<if test="list != null and list.size() > 0">
|
|
|
and uid in
|
|
|
<foreach collection="list" item="item" open="(" close=")" separator=",">
|
...
|
...
|
|