From e308764d6e811a55d8c6d3d4716d88211e76bc93 Mon Sep 17 00:00:00 2001 From: "[li_she]" <[li.she@xujiesoft.com]> Date: Mon, 20 Feb 2023 08:55:16 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A1=E4=BB=B7=E5=8D=95=E4=BD=8D=E5=8F=AF?= =?UTF-8?q?=E4=BB=A5=E4=B8=BA=E7=A9=BA=202023=E5=B9=B42=E6=9C=8820?= =?UTF-8?q?=E6=97=A5=20=20sxm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/base/BaseMapper.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/main/resources/mapper/base/BaseMapper.xml b/src/main/resources/mapper/base/BaseMapper.xml index 5eef75d..f3d9fc5 100644 --- a/src/main/resources/mapper/base/BaseMapper.xml +++ b/src/main/resources/mapper/base/BaseMapper.xml @@ -968,7 +968,8 @@ UPDATE RoutingDetail - SET OperationDesc=#{operationDesc}, + + OperationDesc=#{operationDesc}, WorkCenterNo=#{workCenterNo}, MachSetupTime=#{machSetupTime}, MachRunFactor=#{machRunFactor}, @@ -978,8 +979,12 @@ Crewsize=#{crewsize}, JJGZ_UnitFactor_DB=#{jjgzUnitFactorDb}, JJGZ_UnitFactor=#{jjgzUnitFactor}, - JJGZ_UnitPrice=#{jjgzUnitPrice}, + + JJGZ_UnitPrice=#{jjgzUnitPrice}, + + Remark=#{remark} + WHERE partNo = #{partNo} and site = #{site} and revNo = #{revNo}