@@ -77,7 +77,7 @@ public class ChangePosFeeQueue
ChangePosFeeUtil.SetLISDeposit(PosSn, Deposit, BrandId);
}
//立刷微电签
- if (bId == 22)
+ if (bId == 22 || bId == 33)
{
if (Deposit == "0") Deposit = "0";
else if (Deposit == "99") Deposit = "99";
@@ -174,7 +174,7 @@ namespace MySystem
string msg = obj["ret_msg"].ToString();
- else if(BrandId == 22) //立刷微电签
+ else if(BrandId == 22 || BrandId == 33) //立刷微电签
addRate = addRate * 100;
string content = PublicImportDataService.Instance.SetLiSWeFee(PosSn, MerNo, Fee.ToString("f2"), addRate.ToString());