table 명 수정
This commit is contained in:
parent
cfdddde0ae
commit
8954d5bb24
@ -8,7 +8,7 @@
|
|||||||
, b.name as name
|
, b.name as name
|
||||||
, c.id as manufacturerId
|
, c.id as manufacturerId
|
||||||
, c.name as manufacturerName
|
, c.name as manufacturerName
|
||||||
from tb_installable_trestle a
|
from tb_map_roof_material_trestle a
|
||||||
join tb_trestle b
|
join tb_trestle b
|
||||||
on a.trestle_id = b.id
|
on a.trestle_id = b.id
|
||||||
join tb_manufacturer c
|
join tb_manufacturer c
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user