|
@@ -62,7 +62,7 @@ namespace MySystem
|
|
|
{
|
|
|
decimal Fee = 0.63M;
|
|
|
int addRate = 0;
|
|
|
- if(pos.BrandId != 12 && pos.BrandId != 13)
|
|
|
+ if(pos.BrandId != 12 && pos.BrandId != 13 && pos.BrandId != 15)
|
|
|
{
|
|
|
if(Kind == 1)
|
|
|
{
|
|
@@ -77,7 +77,7 @@ namespace MySystem
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- if(pos.BrandId == 12 || pos.BrandId == 13)
|
|
|
+ if(pos.BrandId == 12 || pos.BrandId == 13 || pos.BrandId == 15)
|
|
|
{
|
|
|
if(Kind > 1) Fee = 0.6M;
|
|
|
}
|