|
@@ -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 {
|