极客西瓜月卡自动优惠券
This commit is contained in:
@@ -258,9 +258,6 @@ FROM product_order where {where} GROUP BY Channel,ProductName order by Channel,
|
||||
var is_user_price = true;
|
||||
|
||||
var price = packageEntity.Price;
|
||||
if(packageEntity.Id == 64||packageEntity.Id==1004){
|
||||
price = 52.8M;
|
||||
}
|
||||
var userPrice = await this.m_ProductUserPriceService.Query(true).FirstOrDefaultAsync(m => m.UserId == userId && m.PackageId == packageEntity.Id && m.Status == 1);
|
||||
if (userPrice != null && userPrice.UserPrice > 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user