From 8954d5bb2448da2af968381410781cdd3460dbd3 Mon Sep 17 00:00:00 2001 From: "hyojun.choi" Date: Mon, 19 Aug 2024 11:17:25 +0900 Subject: [PATCH] =?UTF-8?q?table=20=EB=AA=85=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mappers/trestle/trestleMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/mappers/trestle/trestleMapper.xml b/src/main/resources/mappers/trestle/trestleMapper.xml index 4a5ad45a..d9ef3eb1 100644 --- a/src/main/resources/mappers/trestle/trestleMapper.xml +++ b/src/main/resources/mappers/trestle/trestleMapper.xml @@ -8,7 +8,7 @@ , b.name as name , c.id as manufacturerId , c.name as manufacturerName - from tb_installable_trestle a + from tb_map_roof_material_trestle a join tb_trestle b on a.trestle_id = b.id join tb_manufacturer c