|
@@ -1140,7 +1140,7 @@ namespace MySystem
|
|
|
{
|
|
|
decimal ActPrize = decimal.Parse(function.CheckNum(pos.SeoKeyword));
|
|
|
function.WriteLog("押金:" + pos.SeoKeyword, "开机奖励发放日志");
|
|
|
- if (ActPrize > 0)
|
|
|
+ if (ActPrize > 0 || pos.BrandId == 14)
|
|
|
{
|
|
|
PosMerchantInfo merchant = db.PosMerchantInfo.FirstOrDefault(m => m.Id == pos.BindMerchantId);
|
|
|
if (merchant != null)
|