体育活动报名修改
This commit is contained in:
@@ -298,7 +298,8 @@ public class ActivityCommonController {
|
|||||||
LEFT JOIN activity_event ev ON ev.id = app.eventId
|
LEFT JOIN activity_event ev ON ev.id = app.eventId
|
||||||
LEFT JOIN activity_school sc ON sc.id = app.activityId
|
LEFT JOIN activity_school sc ON sc.id = app.activityId
|
||||||
WHERE
|
WHERE
|
||||||
activityId = @id
|
app.activityId = @id
|
||||||
|
app.status = 2
|
||||||
$cnd
|
$cnd
|
||||||
ORDER BY
|
ORDER BY
|
||||||
ev.projectCode desc,
|
ev.projectCode desc,
|
||||||
|
|||||||
Reference in New Issue
Block a user