Browse Source

优化⁄(⁄ ⁄•⁄ω⁄•⁄ ⁄)⁄

zhengbingbing 8 years ago
parent
commit
5190d4e787

+ 1 - 1
CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Controllers/IVRWordsController.cs

@@ -224,7 +224,7 @@ namespace CallCenterApi.Interface.Controllers
224 224
 
225 225
             DateTime ssdate = Utils.StrToDateTime(sdate, DateTime.Now);
226 226
             DateTime eedate = Utils.StrToDateTime(edate, DateTime.Now);
227
-            string sql = " isnull(F_IsState,0)=1 and F_IsDel = 0 ";//启动状态
227
+            string sql = " isnull(F_IsState,0)=1 and F_IsDel = 0 ";//生效中状态
228 228
             if (id != null && id != "")
229 229
             {
230 230
                 sql += " and F_ID<>" + id;