Commit 99d4cead by 胡懿

台账明细增加二维码的地址信息

parent 203a2bc8
......@@ -30,7 +30,9 @@
shelves.name AS "shelves.name"
shelves.name AS "shelves.name",
qr.url AS "qr.url"
</sql>
<sql id="ledgerInfoJoins">
......@@ -38,6 +40,7 @@
LEFT JOIN t_wh_material_type type ON type.id = a.type_id
LEFT JOIN t_wh_ledger b ON b.id = a.ledger_id
LEFT JOIN t_wh_shelves shelves ON shelves.id = a.shelves_id
LEFT JOIN t_wh_qr qr ON a.qr_id = 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