Browse Source

完善29上传的代码.

git-svn-id: https://202.107.226.68:8443/svn/Services/ResistanceMonitor@34 a05970a1-87b9-9d4f-9ee5-fa77e2ec115b
shenchunzhong 1 year ago
parent
commit
935f70110e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      4.Data/AppService.cpp

+ 1 - 1
4.Data/AppService.cpp

@@ -315,7 +315,7 @@ bool CAppService::Start()
 		}
 
 		//ÐÞ¸Ärm_deviceinfo±í
-		sql = " select top 1 install_1 from rm_deviceinfo";
+		sql = " select top 1 st0 from rm_deviceinfo";
 		ret = CDBConnectPool::Instance()->DBExecuteSQL(sql);
 		if (true != ret)
 		{