Commit 4f131da7 by zhanglt

盘盈入库查询列表接口调整

parent 805a2680
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
profitWarehousing.number AS "profitWarehousing.number", profitWarehousing.number AS "profitWarehousing.number",
a.name AS "name", a.name AS "name",
a.type AS "type.id", a.type AS "type.id",
type.name AS "type.name",
a.marking AS "marking", a.marking AS "marking",
a.shelves_id AS "shelves.id", a.shelves_id AS "shelves.id",
shelves.name AS "shelves.name", shelves.name AS "shelves.name",
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
a.id AS "id", a.id AS "id",
a.number AS "number", a.number AS "number",
a.operator AS "operator.id", a.operator AS "operator.id",
operator.name AS "operator.name",
a.time AS "time", a.time AS "time",
a.sum AS "sum", a.sum AS "sum",
a.create_by AS "createBy.id", a.create_by AS "createBy.id",
......
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