Browse Source

进门财经活动匹配优化

xingzai 2 years ago
parent
commit
89b9a1dbcd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      services/activity.go

+ 1 - 1
services/activity.go

@@ -635,7 +635,7 @@ func ActivityAttendanceDetail(cont context.Context) (err error) {
 		//fmt.Println(timeSlice[0])
 		//对于手动匹配到的活动数据也要更新
 		var activityName string
-		if len(nameSlice) > 1 {
+		if len(nameSlice) >= 1 {
 			//if vAct.JmcjRoadshowTitle != "" {
 			//	activityName = vAct.JmcjRoadshowTitle
 			//} else {