This website works better with JavaScript.
Home
Explore
Help
Sign In
server
/
formallProject
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
【活动报名定时任务][修改][更新报名状态]
release_toaliyun_real
gongbiao
6 years ago
parent
a1d0151dc4
commit
64974e11a3
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
mallinkService/src/main/resources/mapper/WxActivityJoinMapper.xml
+ 1
- 1
mallinkService/src/main/resources/mapper/WxActivityJoinMapper.xml
View File
@@ -106,7 +106,7 @@
</update>
<update id="activityExpired">
update wx_activity_join set `status`=2 where `status`
!=2
and activity_id in(select id from wx_activity where is_expired=1)
update wx_activity_join set `status`=2 where `status`
= 0
and activity_id in(select id from wx_activity where is_expired=1)
</update>
</mapper>
Write
Preview
Loading…
Cancel
Save