From 258b69ac258a3cee13792ef8441977e7dae9b7d8 Mon Sep 17 00:00:00 2001
From: maven <2163098428@qq.com>
Date: 星期一, 02 二月 2026 11:20:20 +0800
Subject: [PATCH] yys 成品入库单价修改,成品库存修改
---
src/main/resources/mapper/production/SalesLedgerProductionAccountingMapper.xml | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/main/resources/mapper/production/SalesLedgerProductionAccountingMapper.xml b/src/main/resources/mapper/production/SalesLedgerProductionAccountingMapper.xml
index ea766e6..b78206c 100644
--- a/src/main/resources/mapper/production/SalesLedgerProductionAccountingMapper.xml
+++ b/src/main/resources/mapper/production/SalesLedgerProductionAccountingMapper.xml
@@ -5,7 +5,7 @@
<select id="listPage" resultType="com.ruoyi.production.dto.SalesLedgerProductionAccountingDto">
SELECT
t4.id,
- t4.finished_num * t4.work_hours as wages,
+ t4.finished_num * t4.unit_price as wages,
t4.scheduling_user_id,
t4.scheduling_user_name,
t4.scheduling_date,
@@ -18,7 +18,8 @@
T1.customer_name,
t3.product_category,
t3.specification_model,
- t3.unit
+ t3.unit,
+ t3.tax_inclusive_unit_price
FROM
sales_ledger_production_accounting t4
LEFT JOIN sales_ledger T1 ON T1.id = t4.sales_ledger_id
--
Gitblit v1.9.3