|
|
|
|
|
|
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;
|