[後台] 修改buildinfo api

This commit is contained in:
dev02 2023-06-07 16:54:16 +08:00
parent c969c24469
commit b110151c8e

View File

@ -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