|
@@ -330,7 +330,7 @@ func GetActivitySendMsgListAllMeeting(endDate string) (items []*WxMsgCygxActivit
|
|
a.*
|
|
a.*
|
|
FROM
|
|
FROM
|
|
cygx_activity AS a
|
|
cygx_activity AS a
|
|
- INNER JOIN cygx_activity_signup AS m ON m.activity_id = a.activity_id
|
|
|
|
|
|
+ INNER JOIN cygx_activity_meeting_reminder AS m ON m.activity_id = a.activity_id
|
|
INNER JOIN user_record AS c ON c.bind_account = m.mobile
|
|
INNER JOIN user_record AS c ON c.bind_account = m.mobile
|
|
INNER JOIN cygx_user_record AS cr ON cr.union_id = c.union_id
|
|
INNER JOIN cygx_user_record AS cr ON cr.union_id = c.union_id
|
|
WHERE
|
|
WHERE
|