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}