极客西瓜月卡自动优惠券

This commit is contained in:
“wanyongkang”
2021-04-13 16:13:46 +08:00
parent 9c92fe06e7
commit 9398e54ab0
8 changed files with 57 additions and 22 deletions

View File

@@ -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)
{