zhangchuanxing hace 1 semana
padre
commit
6e6586ebaf
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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_research_points,
 			art.cancel_deadline,
+			art.is_zoom,
 			art.host 
 		FROM
 			cygx_activity AS art
@@ -621,6 +622,7 @@ func GetScheduleAndSpecilList(condition string, pars []interface{}, conditionSpe
 			"",
 			"",
 			"",
+			"",
 			art.host 
 		FROM
 			cygx_activity_special AS art