Browse Source

no message

xingzai 9 tháng trước cách đây
mục cha
commit
f116501ff1
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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)