|
@@ -3379,6 +3379,14 @@ namespace MySystem
|
|
|
}
|
|
|
public void PreActPrize(WebCMSEntities db, PosMachinesTwo pos, PosMerchantInfo merchant, string Deposit)
|
|
|
{
|
|
|
+ if(Utils.Instance.IsHaoDa(pos.BrandId))
|
|
|
+ {
|
|
|
+ return;
|
|
|
+ }
|
|
|
+ if(Utils.Instance.IsWifi(pos.BrandId))
|
|
|
+ {
|
|
|
+ return;
|
|
|
+ }
|
|
|
function.WriteLog(DateTime.Now.ToString() + "\n" + pos.PosSn, "服务费奖励发放日志");
|
|
|
decimal DepositNumber = decimal.Parse(function.CheckNum(Deposit));
|
|
|
function.WriteLog("DepositNumber:" + DepositNumber, "服务费奖励发放日志");
|