| | |
| | | dc.category, |
| | | CONCAT( |
| | | w.warehouse_name, '-', |
| | | wgs.goods_shelves_name, '-', |
| | | wgsr.storey, '层-', |
| | | wgsr.arrange, '列' |
| | | wgs.name, '-', |
| | | wgsr.row, '层-', |
| | | wgsr.col, '列' |
| | | ) AS location_info -- 合并后的字段名 |
| | | FROM documentation doc |
| | | LEFT JOIN document_classification dc ON doc.document_classification_id = dc.id |
| | |
| | | dc.category, |
| | | CONCAT( |
| | | w.warehouse_name, '-', |
| | | wgs.goods_shelves_name, '-', |
| | | wgsr.storey, '层-', |
| | | wgsr.arrange, '列' |
| | | wgs.name, '-', |
| | | wgsr.row, '层-', |
| | | wgsr.col, '列' |
| | | ) AS location_info -- 合并后的字段名 |
| | | FROM documentation doc |
| | | LEFT JOIN document_classification dc ON doc.document_classification_id = dc.id |