From da8131c0c41b79b12b4f764df5f7bf5438dd3556 Mon Sep 17 00:00:00 2001
From: maven <2163098428@qq.com>
Date: 星期二, 10 三月 2026 11:02:00 +0800
Subject: [PATCH] yys 1.工资计算修改

---
 src/main/resources/mapper/production/SalesLedgerProductionAccountingMapper.xml |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/mapper/production/SalesLedgerProductionAccountingMapper.xml b/src/main/resources/mapper/production/SalesLedgerProductionAccountingMapper.xml
index c4bcdd9..38cb14e 100644
--- a/src/main/resources/mapper/production/SalesLedgerProductionAccountingMapper.xml
+++ b/src/main/resources/mapper/production/SalesLedgerProductionAccountingMapper.xml
@@ -11,7 +11,6 @@
         t4.scheduling_date,
         t4.finished_num,
         t4.work_hours,
-        t4.work_hours * t4.finished_num as wages,
         t4.process,
         t3.product_name as productCategory,
         t2.model as specificationModel,

--
Gitblit v1.9.3