|
|
@@ -92,9 +92,12 @@ namespace MySystem
|
|
|
List<string> mernos = new List<string>();
|
|
|
|
|
|
//盛付通
|
|
|
- poslist = function.ReadInstance("tmpdata/1.txt").Split('\n').ToList();
|
|
|
+ poslist = function.ReadInstance("tmpdata/11.txt").Replace("\r", "").Split('\n').ToList();
|
|
|
+ function.WriteLog(poslist.Count.ToString(), "tmp盛付通临时费率");
|
|
|
merids = db.KxsMachine.Where(m => poslist.Contains(m.PosSn) && m.BrandId == 7 && m.MerchantId > 0).ToList().Select(m => m.MerchantId).ToList();
|
|
|
+ function.WriteLog(merids.Count.ToString(), "tmp盛付通临时费率");
|
|
|
mernos = db.KxsMerchant.Where(m => merids.Contains(m.Id)).ToList().Select(m => m.MerchantNo).ToList();
|
|
|
+ function.WriteLog(mernos.Count.ToString(), "tmp盛付通临时费率");
|
|
|
foreach(string merno in mernos)
|
|
|
{
|
|
|
string result = SetDepositPostService.Instance.SetFeeForSft(merno, "0.6500", "3");
|