Browse Source

Merge branch 'CRM_15.5' of http://8.136.199.33:3000/hongze/hz_crm_api into debug

xingzai 9 months ago
parent
commit
18af6902cd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/roadshow/calendar.go

+ 1 - 1
controllers/roadshow/calendar.go

@@ -1276,7 +1276,7 @@ func (this *CalendarController) CalendarList() {
 			}
 		}
 		//如果是已结束的权益销售添加的活动,就行进行按钮展示
-		if mapRaiSllerId[dataList[i].SysUserId] && dataList[i].Status == 6 {
+		if mapRaiSllerId[dataList[i].SysUserId] {
 			if mapMeetingCount[dataList[i].RsCalendarId] == 0 {
 				dataList[i].SubmitButton = true
 			} else {