老鹰产品新上
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user