|
@@ -95,6 +95,8 @@ namespace MySystem
|
|
|
{
|
|
|
function.WriteLog("互斥机具---sn:" + check.KqSnNo + ",merno:" + check.KqMerNo + ",name:" + check.MerchantName, "监控机具是否互斥");
|
|
|
IsFirst = 0;
|
|
|
+ string info = "{\"RecordId\":\"\",\"PosId\":\"" + pos.Id + "\",\"Fee\": \"0.63\",\"Kind\": \"2\",\"OpMan\": \""+"系统"+"\"}";
|
|
|
+ RedisDbconn.Instance.AddList("SetDepositQueue", info);
|
|
|
}
|
|
|
}
|
|
|
add = db.PosMerchantInfo.Add(new PxcModels.PosMerchantInfo()
|
|
@@ -169,6 +171,13 @@ namespace MySystem
|
|
|
db.SaveChanges();
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+ if(pos.PrizeParams == "0")
|
|
|
+ {
|
|
|
+ string info = "{\"RecordId\":\"\",\"PosId\":\"" + pos.Id + "\",\"Fee\": \"0.63\",\"Kind\": \"2\",\"OpMan\": \""+"系统"+"\"}";
|
|
|
+ RedisDbconn.Instance.AddList("SetDepositQueue", info);
|
|
|
+ }
|
|
|
+
|
|
|
Merchants edit = spdb.Merchants.FirstOrDefault(m => m.Id == Mer.Id);
|
|
|
if (edit != null)
|
|
|
{
|