Kaynağa Gözat

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

zhengbingbing 8 yıl önce
ebeveyn
işleme
5190d4e787

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

224
 
224
 
225
             DateTime ssdate = Utils.StrToDateTime(sdate, DateTime.Now);
225
             DateTime ssdate = Utils.StrToDateTime(sdate, DateTime.Now);
226
             DateTime eedate = Utils.StrToDateTime(edate, DateTime.Now);
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
             if (id != null && id != "")
228
             if (id != null && id != "")
229
             {
229
             {
230
                 sql += " and F_ID<>" + id;
230
                 sql += " and F_ID<>" + id;