@@ -879,7 +879,7 @@ func NoLotteryHandle(productCode, userId, appId string, userPrice *[]entity.User
productQuery += " and ( p.productCode='" + productCode + "' )"
}
if isDistribution {
- productQuery += " and ( p.pr.parentCode not in (" + C.C.NotAvailableCode + "))"
+ productQuery += " and ( p.parentCode not in (" + C.C.NotAvailableCode + "))"
orm := entity.Engine.NewSession()
//var err error