Commit 216cf482 by 胡懿

入库明细findlist xml增加查询二维码编码

parent 040e096a
......@@ -24,13 +24,16 @@
type.code AS "type.code",
s.name AS "shelves.name",
warehouse.name AS "warehouse.name"
warehouse.name AS "warehouse.name",
qr.code AS "qrCode.code"
</sql>
<sql id="storageInfoJoins">
LEFT JOIN t_wh_material_type type ON type.id = a.type_id
LEFT JOIN t_wh_warehouse warehouse ON warehouse.id = a.warehouse_id
LEFT JOIN t_wh_shelves s on s.id = a.shelves_id
LEFT JOIN t_wh_qr qr on qr.id = a.qr_id
</sql>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment