获取生产单数据源:小板数据集,缺少字段增加

This commit is contained in:
liuzhaotian
2025-04-02 16:39:36 +08:00
parent 31d2efd1d4
commit 6469607b6f
@@ -261,6 +261,8 @@
<result property="name" column="name"/>
<result property="height" column="height"/>
<result property="width" column="width"/>
<result property="color" column="color"/>
<result property="material" column="material"/>
<result property="thickness" column="thickness"/>
<result property="splitWidth" column="splitWidth"/>
<result property="splitHeight" column="splitHeight"/>
@@ -325,6 +327,8 @@
ogs.goods_id as plateGoodsId,
ogs.goods_name as goodsName,
ogs.color as color,
ogs.material as material,
op.id as plateId,
op.order_id as orderId,
op.name as name,