From 64110900bebdf35dc1ecb0a0169c2e40276bf2d9 Mon Sep 17 00:00:00 2001
From: maven <2163098428@qq.com>
Date: 星期二, 10 三月 2026 10:49:43 +0800
Subject: [PATCH] yys 1.生产入库产品消息不回显问题 2.生产核算查询问题
---
src/main/resources/mapper/production/SalesLedgerProductionAccountingMapper.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/mapper/production/SalesLedgerProductionAccountingMapper.xml b/src/main/resources/mapper/production/SalesLedgerProductionAccountingMapper.xml
index c2aa0c0..38cb14e 100644
--- a/src/main/resources/mapper/production/SalesLedgerProductionAccountingMapper.xml
+++ b/src/main/resources/mapper/production/SalesLedgerProductionAccountingMapper.xml
@@ -17,7 +17,7 @@
t2.unit
FROM
sales_ledger_production_accounting t4
- left join product_model t2 on t2.id = t1.sales_ledger_product_id
+ left join product_model t2 on t2.id = t4.sales_ledger_product_id
left join product t3 on t3.id = t2.product_id
<where>
<if test="salesLedgerDto.schedulingUserName != null and salesLedgerDto.schedulingUserName != '' ">
--
Gitblit v1.9.3