|
@@ -79,10 +79,8 @@ namespace MySystem
|
|
|
}
|
|
|
if(pos.BrandId == 12 || pos.BrandId == 13 || pos.BrandId == 15)
|
|
|
{
|
|
|
- if(Kind > 1) Fee = 0.6M;
|
|
|
- // 调整联客宝政策方案
|
|
|
- if(pos.BrandId == 15) Kind = 2;
|
|
|
- if(Fee == 0.6M) Kind = 3;
|
|
|
+ if(Kind == 1) Kind = 2;
|
|
|
+ if(Kind == 3) Fee = 0.6M;
|
|
|
}
|
|
|
if(pos.BrandId == 1 || pos.BrandId == 3) //金控
|
|
|
{
|