From db0192c0e911dc86d828ec650e995282e6eacdf2 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期一, 17 九月 2018 15:09:12 +0800
Subject: [PATCH] Merge branch '3442运营活动修改'

---
 System/Vip/OSTimeLimitGiftModel.cs |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/System/Vip/OSTimeLimitGiftModel.cs b/System/Vip/OSTimeLimitGiftModel.cs
index cc50378..cec1df8 100644
--- a/System/Vip/OSTimeLimitGiftModel.cs
+++ b/System/Vip/OSTimeLimitGiftModel.cs
@@ -51,6 +51,14 @@
             }
         }
 
+        public bool IsAdvance
+        {
+            get
+            {
+                return false;
+            }
+        }
+
         public override void Init()
         {
             var _openDay = 0;

--
Gitblit v1.8.0