|
|
|
@ -136,8 +136,8 @@
|
|
|
|
|
|
|
|
|
|
<select id="selectAllocationInfo" resultType="com.logpm.basicdata.vo.WarehouseAllocationInfoVO"> |
|
|
|
|
SELECT |
|
|
|
|
lwga.id as allocationCode, |
|
|
|
|
CONCAT(lwga1.headline,'-',lwgs.goods_shelf_name,'-',lwga.goods_allocation_name) as allocationName, |
|
|
|
|
lwga.qr_code as allocationCode, |
|
|
|
|
CONCAT(lwgs.goods_shelf_name,'-',lwga.goods_allocation_name) as allocationName, |
|
|
|
|
lww.`name` as warehouseName, |
|
|
|
|
lwga1.headline as areaName |
|
|
|
|
from logpm_warehouse_goods_allocation lwga |
|
|
|
|