|
@@ -85,8 +85,8 @@ namespace MySystem
|
|
function.WriteLog("互斥机具---sn:" + check.KqSnNo + ",merno:" + check.KqMerNo + ",name:" + check.MerchantName, "监控机具是否互斥");
|
|
function.WriteLog("互斥机具---sn:" + check.KqSnNo + ",merno:" + check.KqMerNo + ",name:" + check.MerchantName, "监控机具是否互斥");
|
|
IsFirst = 0;
|
|
IsFirst = 0;
|
|
|
|
|
|
- PublicFunction.FeeSetRecord(db, pos, check, 0.63M);
|
|
|
|
- string info = "{\"RecordId\":\"\",\"PosId\":\"" + pos.Id + "\",\"Fee\": \"0.63\",\"Kind\": \"2\",\"OpMan\": \""+"系统"+"\"}";
|
|
|
|
|
|
+ int RecordId = PublicFunction.FeeSetRecord(db, pos, check, 0.63M);
|
|
|
|
+ string info = "{\"RecordId\":\"" + RecordId + "\",\"PosId\":\"" + pos.Id + "\",\"Fee\": \"0.63\",\"Kind\": \"2\",\"OpMan\": \""+"系统"+"\"}";
|
|
RedisDbconn.Instance.AddList("SetDepositQueue", info);
|
|
RedisDbconn.Instance.AddList("SetDepositQueue", info);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -95,8 +95,8 @@ namespace MySystem
|
|
|
|
|
|
if(pos.PrizeParams == "0")
|
|
if(pos.PrizeParams == "0")
|
|
{
|
|
{
|
|
- PublicFunction.FeeSetRecord(db, pos, merinfo, 0.63M);
|
|
|
|
- string info = "{\"RecordId\":\"\",\"PosId\":\"" + pos.Id + "\",\"Fee\": \"0.63\",\"Kind\": \"2\",\"OpMan\": \""+"系统"+"\"}";
|
|
|
|
|
|
+ int RecordId = PublicFunction.FeeSetRecord(db, pos, merinfo, 0.63M);
|
|
|
|
+ string info = "{\"RecordId\":\"" + RecordId + "\",\"PosId\":\"" + pos.Id + "\",\"Fee\": \"0.63\",\"Kind\": \"2\",\"OpMan\": \""+"系统"+"\"}";
|
|
RedisDbconn.Instance.AddList("SetDepositQueue", info);
|
|
RedisDbconn.Instance.AddList("SetDepositQueue", info);
|
|
}
|
|
}
|
|
|
|
|