|
@@ -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
|