Browse Source

no message

xingzai 2 năm trước cách đây
mục cha
commit
86167f4892

+ 1 - 0
controllers/activity_special.go

@@ -248,6 +248,7 @@ func (this *ActivitySpecialCoAntroller) SpecialTripAdd() {
 				item.Email = user.Email
 				item.CompanyId = user.CompanyId
 				item.CompanyName = user.CompanyName
+				item.IsValid = 1
 				if sellerItem != nil {
 					item.SellerName = sellerItem.RealName
 				}

+ 1 - 1
models/activity_special_trip.go

@@ -22,7 +22,7 @@ type CygxActivitySpecialTrip struct {
 	OutboundMobile string    `description:"外呼手机号"`
 	CountryCode    string    `description:"手机国家区号"`
 	IsCancel       string    `description:"是否取消,1是,0否"`
-	IsValid        string    `description:"参会报名是否有效 1:是,0"`
+	IsValid        int       `description:"参会报名是否有效 1:是,0"`
 }
 
 type CygxActivitySpecialTripResp struct {

+ 0 - 1
services/activity_special.go

@@ -457,7 +457,6 @@ func GetActivitySpecialList(user *models.WxUserItem, currentIndex, pageSize int,
 			list[k].TripStatus = 1
 		} else {
 			list[k].TripStatus = 2
-			list[k].TripImgLink = v.TripImgLinkFix
 		}
 	}
 	return