From e20b7fc2f9380cb6addacfa97b1325edd74f11ac Mon Sep 17 00:00:00 2001 From: 张磊磊 <201175954@qq.com> Date: 星期三, 06 十二月 2023 10:59:06 +0800 Subject: [PATCH] thing.js 原料消耗总量/详情 --- hd/pipe/materialsManage/src/main/resources/mapping/WeighMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hd/pipe/materialsManage/src/main/resources/mapping/WeighMapper.xml b/hd/pipe/materialsManage/src/main/resources/mapping/WeighMapper.xml index a09fa2b..382fe5d 100644 --- a/hd/pipe/materialsManage/src/main/resources/mapping/WeighMapper.xml +++ b/hd/pipe/materialsManage/src/main/resources/mapping/WeighMapper.xml @@ -728,7 +728,7 @@ from sys_steel </select> <select id="assistGoodInventory" resultType="com.thhy.materials.modules.biz.weigh.entity.dto.AssistGoodDto"> - select s.assist_name as s.assistName, + select s.assist_name as assistName, d.dict_name as assistType, s.stock as stock from sys_assist_good s left join sys_dict d on s.assist_type=d.dict_id -- Gitblit v1.9.3