|
@@ -53,6 +53,7 @@ func (l *LotteryInfoCheckLogic) LotteryInfoCheck(req types.Request) (*types.Lott
|
|
productJson.Describe=value.Describe
|
|
productJson.Describe=value.Describe
|
|
userLottery.UseProductList=append(userLottery.UseProductList,productJson)
|
|
userLottery.UseProductList=append(userLottery.UseProductList,productJson)
|
|
}
|
|
}
|
|
|
|
+ userLottery.UserLotteryId=data.UserLotteryId
|
|
userLottery.Instructions = data.Instructions
|
|
userLottery.Instructions = data.Instructions
|
|
userLottery.Remark = data.Remark
|
|
userLottery.Remark = data.Remark
|
|
userLottery.LotteryType=data.LotteryType
|
|
userLottery.LotteryType=data.LotteryType
|