xingzai il y a 1 an
Parent
commit
17887a3baa
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      controllers/cygx/activity.go

+ 3 - 0
controllers/cygx/activity.go

@@ -95,6 +95,9 @@ func (this *ActivityCoAntroller) PreserveAndPublish() {
 		req.Scale = ""
 		req.Scale = ""
 		req.CustomerTypeIds = ""
 		req.CustomerTypeIds = ""
 	}
 	}
+	if req.IsResearchPoints == 0 {
+		req.SiginupDeadline = ""
+	}
 	activityId := req.ActivityId
 	activityId := req.ActivityId
 	labelType := req.LabelType
 	labelType := req.LabelType
 	labelList := req.List
 	labelList := req.List