体育活动报名修改

This commit is contained in:
2024-11-19 11:25:55 +08:00
parent 634218ee2d
commit 9b57a1cfc7
@@ -298,7 +298,8 @@ public class ActivityCommonController {
LEFT JOIN activity_event ev ON ev.id = app.eventId
LEFT JOIN activity_school sc ON sc.id = app.activityId
WHERE
activityId = @id
app.activityId = @id
app.status = 2
$cnd
ORDER BY
ev.projectCode desc,