|
@@ -448,7 +448,7 @@ namespace MySystem
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- else if ((DepositAmt > 0 && pos.IsFirst == 1) || pos.BrandId == 14)
|
|
|
+ else if (pos.IsFirst == 1 || pos.BrandId == 14)
|
|
|
{
|
|
|
string DayString = RedisDbconn.Instance.Get<string>("pobjrule:" + pos.BrandId + ":HelpPolicy:Days");
|
|
|
int Days = int.Parse(DayString); //天数
|