Browse Source

no message

zhangchuanxing 1 week ago
parent
commit
6e6586ebaf
1 changed files with 2 additions and 0 deletions
  1. 2 0
      models/activity.go

+ 2 - 0
models/activity.go

@@ -583,6 +583,7 @@ func GetScheduleAndSpecilList(condition string, pars []interface{}, conditionSpe
 			art.is_can_outbound_call,
 			art.is_can_outbound_call,
 			art.is_research_points,
 			art.is_research_points,
 			art.cancel_deadline,
 			art.cancel_deadline,
+			art.is_zoom,
 			art.host 
 			art.host 
 		FROM
 		FROM
 			cygx_activity AS art
 			cygx_activity AS art
@@ -621,6 +622,7 @@ func GetScheduleAndSpecilList(condition string, pars []interface{}, conditionSpe
 			"",
 			"",
 			"",
 			"",
 			"",
 			"",
+			"",
 			art.host 
 			art.host 
 		FROM
 		FROM
 			cygx_activity_special AS art
 			cygx_activity_special AS art