老鹰产品新上

This commit is contained in:
“wanyongkang”
2021-03-26 16:59:51 +08:00
parent 65f4725399
commit f0b4a741b5
5 changed files with 13 additions and 13 deletions

View File

@@ -97,7 +97,7 @@ namespace Home.Controllers
{
m.Price = userPrice.UserPrice;
}
if (ProductAccountCount == 0 && m.DayCount == 1 && m.ProductId!=5){
if (ProductAccountCount == 0 && m.DayCount == 1){
m.Price = 0.1M;
}
});
@@ -106,7 +106,7 @@ namespace Home.Controllers
foreach(var product in respList)
{
product.Packages.ForEach(m => {
if ( m.DayCount == 1 && m.ProductId!=5){
if ( m.DayCount == 1 ){
m.Price = 0.1M;
}
});
@@ -681,7 +681,7 @@ namespace Home.Controllers
{
package.Price = userPrice.UserPrice;
}
if (ProductAccountCount == 0 && package.DayCount == 1 && package.ProductId!=5){
if (ProductAccountCount == 0 && package.DayCount == 1){
package.Price = 0.1M;
}