|
|
@@ -48,7 +48,8 @@
|
|
|
FROM
|
|
|
ac_activity_registration
|
|
|
WHERE
|
|
|
- activity_id = detail.id
|
|
|
+ del_flag = 0
|
|
|
+ and activity_id = detail.id
|
|
|
) registration_number,
|
|
|
(
|
|
|
SELECT
|
|
|
@@ -56,7 +57,8 @@
|
|
|
FROM
|
|
|
ac_activity_registration
|
|
|
WHERE
|
|
|
- activity_id = detail.id
|
|
|
+ del_flag = 0
|
|
|
+ and activity_id = detail.id
|
|
|
and review_state = 1
|
|
|
) registration_pass_number,
|
|
|
(
|
|
|
@@ -65,7 +67,8 @@
|
|
|
FROM
|
|
|
ac_activity_feedback
|
|
|
WHERE
|
|
|
- activity_id = detail.id
|
|
|
+ del_flag = 0
|
|
|
+ and activity_id = detail.id
|
|
|
) feedback_number,
|
|
|
(
|
|
|
SELECT
|
|
|
@@ -73,7 +76,8 @@
|
|
|
FROM
|
|
|
ac_activity_registration
|
|
|
WHERE
|
|
|
- activity_id = detail.id
|
|
|
+ del_flag = 0
|
|
|
+ AND activity_id = detail.id
|
|
|
AND sign_state = 0
|
|
|
AND review_state != 3
|
|
|
) sgin_number
|