From 9550fdaf3e76818ab5dfd0f690d48af1e8389110 Mon Sep 17 00:00:00 2001
From: client_Zxw <826696702@qq.com>
Date: 星期三, 29 八月 2018 10:37:05 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
System/OpenServerActivity/OSGiftBehaviour.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/System/OpenServerActivity/OSGiftBehaviour.cs b/System/OpenServerActivity/OSGiftBehaviour.cs
index 95f58c1..7b11f9c 100644
--- a/System/OpenServerActivity/OSGiftBehaviour.cs
+++ b/System/OpenServerActivity/OSGiftBehaviour.cs
@@ -148,7 +148,7 @@
switch ((StoreFunc)_storeConfig.ShopType)
{
case StoreFunc.OSTimeLimitGift:
- if (TimeUtility.CreateDays > timeLimitGiftModel.openDays)
+ if (timeLimitGiftModel.currentDay > timeLimitGiftModel.openDays)
{
SysNotifyMgr.Instance.ShowTip("ActiveOutTime");
return;
--
Gitblit v1.8.0