From ac3479ff9d69dc064cde451227f290a75a0118f9 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Mon, 15 Jan 2024 10:17:02 +0800 Subject: [PATCH] =?UTF-8?q?2024-01-15=20=E5=8D=87=E7=BA=A7bu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/pms/EamMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/mapper/pms/EamMapper.xml b/src/main/resources/mapper/pms/EamMapper.xml index b2a5e6ca..2c4dbe3c 100644 --- a/src/main/resources/mapper/pms/EamMapper.xml +++ b/src/main/resources/mapper/pms/EamMapper.xml @@ -1016,7 +1016,7 @@ set Status = #{result}, FinishDate = GetDate(), DefectID = #{defectID} - where Site = #{site} and FeedBackID = #{planID} + where Site = #{site} and FeedBackID = #{planID} and bu_no = #{buNo}