[後台] 修改buildinfo api
This commit is contained in:
		
							parent
							
								
									c969c24469
								
							
						
					
					
						commit
						b110151c8e
					
				@ -429,7 +429,7 @@ namespace Backend.Controllers
 | 
			
		||||
 | 
			
		||||
            try
 | 
			
		||||
            {
 | 
			
		||||
                var sqlString = @$"SELECT A.floor_guid, A.full_name, InitMapName + '.svg' AS 'initMapName', A.priority, A.created_at
 | 
			
		||||
                var sqlString = @$"SELECT A.floor_guid, A.full_name, CONCAT(InitMapName, '.svg') AS 'initMapName', A.priority, A.created_at
 | 
			
		||||
                                   FROM floor A
 | 
			
		||||
                                   WHERE deleted = @deleted
 | 
			
		||||
                                   AND A.building_tag = @building_tag
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user