瀏覽代碼

Merge branch 'cygx_14.1' of http://8.136.199.33:3000/hongze/hongze_clpt into debug

zhangchuanxing 4 月之前
父節點
當前提交
2675bd1986
共有 1 個文件被更改,包括 2 次插入0 次删除
  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