Browse Source

no message

xingzai 8 months ago
parent
commit
f116501ff1
1 changed files with 0 additions and 1 deletions
  1. 0 1
      services/order.go

+ 0 - 1
services/order.go

@@ -40,7 +40,6 @@ func GetGoodsInfoByActivity(item *models.ActivityDetail) (goodsListResp []*order
 		}
 	}()
 
-	//如果是 对用户的研选扣点的必须要有研选的正式权限
 	if item.IsResearchPoints {
 		//获取活动对用户要扣的点
 		userPointsNum, e := models.GetCygxActivityPointsSetUserNum(item.ActivityId)