|
@@ -691,6 +691,7 @@
|
|
|
LEFT JOIN inform_remind_business irb on irb.business_id = g.business_id
|
|
|
where 1=1
|
|
|
and irb.remind_id =5
|
|
|
+ and cgu.status = 1
|
|
|
AND unix_timestamp(now()) BETWEEN cg.class_end_time-1728000 and cg.class_end_time-1641600
|
|
|
AND (SELECT COUNT(1) FROM inform_user iu where 1=1 and iu.remind_id = 5 and cgu.user_id = iu.user_id and cgu.grade_id = iu.grade_id and iu.system_status=3) < 1
|
|
|
</select>
|
|
@@ -712,6 +713,7 @@
|
|
|
LEFT JOIN inform_remind_business irb on irb.business_id = g.business_id
|
|
|
where 1=1
|
|
|
and irb.remind_id =5
|
|
|
+ and cgu.status = 1
|
|
|
AND unix_timestamp(now()) BETWEEN cg.class_end_time-864000 and cg.class_end_time-777600
|
|
|
AND (SELECT COUNT(1) FROM inform_user iu where 1=1 and iu.remind_id = 6 and cgu.user_id = iu.user_id and cgu.grade_id = iu.grade_id and iu.system_status=3) < 1
|
|
|
</select>
|
|
@@ -733,6 +735,7 @@
|
|
|
LEFT JOIN inform_remind_business irb on irb.business_id = g.business_id
|
|
|
where 1=1
|
|
|
and irb.remind_id =5
|
|
|
+ and cgu.status = 1
|
|
|
AND unix_timestamp(now()) BETWEEN cg.class_end_time-432000 and cg.class_end_time-345600
|
|
|
AND (SELECT COUNT(1) FROM inform_user iu where 1=1 and iu.remind_id = 6 and cgu.user_id = iu.user_id and cgu.grade_id = iu.grade_id and iu.system_status=3) < 1
|
|
|
</select>
|