|  | @@ -274,7 +274,7 @@ namespace Global
 | 
	
		
			
				|  |  |  		GetPrivateProfileString(_T("SATHelper"), _T("SVNUpdateUrl"), NULL, szValue, MAX_PATH, szConfigpath);
 | 
	
		
			
				|  |  |  		if (_tcslen(szValue) == 0)
 | 
	
		
			
				|  |  |  		{
 | 
	
		
			
				|  |  | -			WritePrivateProfileString(_T("SATHelper"), _T("SCBCInitBat"), _T("http://10.126.16.60:8580/btc_execute_se/ajaxInteractiveManage!getSvnVersion.action"), szConfigpath);
 | 
	
		
			
				|  |  | +			WritePrivateProfileString(_T("SATHelper"), _T("SVNUpdateUrl"), _T("http://10.126.16.60:8580/btc_execute_se/ajaxInteractiveManage!getSvnVersion.action"), szConfigpath);
 | 
	
		
			
				|  |  |  			_stprintf_s(szValue, _T("http://10.126.16.60:8580/btc_execute_se/ajaxInteractiveManage!getSvnVersion.action"));
 | 
	
		
			
				|  |  |  		}
 | 
	
		
			
				|  |  |  		g_Config.svnUpdateUrl = szValue;
 |