From b29ac301c66c66a58741ae3f6c8b585cbb22fa58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=AE=8F=E6=96=8C?= <2164406372@qq.com> Date: Wed, 6 Aug 2025 10:13:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=85=E9=83=A8=E8=BF=94=E5=B7=A5=E8=BF=94?= =?UTF-8?q?=E4=BF=AE=E6=8A=A5=E5=B7=A5=E9=92=88=E5=AF=B9=E8=BF=94=E5=B7=A5?= =?UTF-8?q?=E8=BF=94=E4=BF=AE=E5=A2=9E=E5=8A=A0=E4=B8=80=E4=B8=AA=E6=89=93?= =?UTF-8?q?=E5=8D=B0=E6=A0=87=E7=AD=BE=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/production/ReworkRecordMapper.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/mapper/production/ReworkRecordMapper.xml b/src/main/resources/mapper/production/ReworkRecordMapper.xml index 4f5380c..147b0c0 100644 --- a/src/main/resources/mapper/production/ReworkRecordMapper.xml +++ b/src/main/resources/mapper/production/ReworkRecordMapper.xml @@ -46,8 +46,10 @@ rw.create_time, rw.create_by, rw.order_no, + ss.QtyApprove as qtyApprove, rw.reporting_time from so_rework_record rw + left join SOScheduledRouting ss on rw.seq_no = ss.SeqNo and rw.site = ss.Site rw.rework_status = '返工中'