|
@@ -45,7 +45,7 @@ namespace MySystem
|
|
|
RecordId = int.Parse(function.CheckInt(jsonObj["RecordId"].ToString()));
|
|
RecordId = int.Parse(function.CheckInt(jsonObj["RecordId"].ToString()));
|
|
|
}
|
|
}
|
|
|
string OpMan = jsonObj["OpMan"].ToString();
|
|
string OpMan = jsonObj["OpMan"].ToString();
|
|
|
- if(!string.IsNullOrEmpty(PosSn) && Kind > 0)
|
|
|
|
|
|
|
+ if(!string.IsNullOrEmpty(PosSn) && (Kind > 0 || BrandId == 7))
|
|
|
{
|
|
{
|
|
|
decimal Fee = 0.63M;
|
|
decimal Fee = 0.63M;
|
|
|
int addRate = 0;
|
|
int addRate = 0;
|
|
@@ -189,6 +189,7 @@ namespace MySystem
|
|
|
}
|
|
}
|
|
|
else if(BrandId == 7) //盛付通
|
|
else if(BrandId == 7) //盛付通
|
|
|
{
|
|
{
|
|
|
|
|
+ if(Kind == 0) Fee = decimal.Parse(function.CheckInt(jsonObj["Fee"].ToString()));
|
|
|
string content = SetFeeForSft(MerNo, Fee.ToString("f4"), addRate.ToString());
|
|
string content = SetFeeForSft(MerNo, Fee.ToString("f4"), addRate.ToString());
|
|
|
JsonData obj = JsonMapper.ToObject(content);
|
|
JsonData obj = JsonMapper.ToObject(content);
|
|
|
if(obj["respCode"].ToString() == "00")
|
|
if(obj["respCode"].ToString() == "00")
|