From 3b98d8d33db6f041f2198d3aa5585890aeaac1a2 Mon Sep 17 00:00:00 2001 From: qiankanghui Date: Tue, 18 Aug 2026 13:17:09 +0800 Subject: [PATCH] =?UTF-8?q?feat(pms):=20=E6=B7=BB=E5=8A=A0=E5=AE=9E?= =?UTF-8?q?=E9=99=85=E6=93=8D=E4=BD=9C=E5=91=98=E5=AD=97=E6=AE=B5=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在EamMapper.xml的更新语句中添加actualOperator条件判断 - 当actualOperator不为空时将其值更新到ActualOperator字段 - 保持原有的站点、订单号、功能类型和业务单元编号作为更新条件 --- src/main/resources/mapper/pms/EamMapper.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/resources/mapper/pms/EamMapper.xml b/src/main/resources/mapper/pms/EamMapper.xml index d260fc08..71a4d043 100644 --- a/src/main/resources/mapper/pms/EamMapper.xml +++ b/src/main/resources/mapper/pms/EamMapper.xml @@ -2835,6 +2835,9 @@ reach_date = GetDate(), reach_operator = #{reachOperator}, reach_operator_name = #{reachOperatorName} + + ,ActualOperator = #{actualOperator} + where site = #{site} and OrderNo = #{orderNo} and FunctionType = #{functionType} and bu_No = #{buNo}