Commit ee3e83ba by 肖小磊

tableservice统计更改

parent 11462295
......@@ -449,7 +449,7 @@ namespace FTM.Repository
{
string table_service = Convert.ToString(dr["TableServiceEnable"]);
string ZeroClient = Convert.ToString(dr["ZeroClient"]);
if (string.IsNullOrEmpty(table_service))
if (string.IsNullOrEmpty(table_service) || table_service != "1")
{
dr["TableServiceEnable"] = "否";
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment