|
@@ -93,12 +93,12 @@ namespace MySystem
|
|
|
pos.IsFirst = IsFirst;
|
|
|
db.SaveChanges();
|
|
|
|
|
|
- if(pos.PrizeParams == "0")
|
|
|
- {
|
|
|
- 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);
|
|
|
- }
|
|
|
+ // if(pos.PrizeParams == "0")
|
|
|
+ // {
|
|
|
+ // 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);
|
|
|
+ // }
|
|
|
|
|
|
MerchantRecord edit = spdb.MerchantRecord.FirstOrDefault(m => m.Id == Mer.Id);
|
|
|
if (edit != null)
|