|  | @ -31,7 +31,7 @@ public class DatacollectDao extends SQLGeneralDAO implements IDatacollectDao {
 | 
	
		
			
				|  |  |         try{
 | 
	
		
			
				|  |  |             String sql = "select IFNULL(o.qlc_adapter_version,'') \n" +
 | 
	
		
			
				|  |  |                     "from system_organization o\n" +
 | 
	
		
			
				|  |  |                     "where o.code = '"+orgCode+"'";
 | 
	
		
			
				|  |  |                     "where o.qlc_org_code = '"+orgCode+"'";
 | 
	
		
			
				|  |  |             return super.scalarBySql(sql, String.class);
 | 
	
		
			
				|  |  |         }
 | 
	
		
			
				|  |  |         catch (Exception e)
 |