From aa4fe2a7812e14a03eb7fa44114a38b7cde2d148 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=AE=8F=E6=96=8C?= <2164406372@qq.com> Date: Tue, 13 Jan 2026 13:50:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9IQC=E4=BB=BB=E5=8A=A1?= =?UTF-8?q?=E9=87=8D=E8=BD=BD=20=E5=BC=80=E5=A7=8B=E6=A3=80=E9=AA=8C?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E8=B5=8B=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/pms/QcMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/mapper/pms/QcMapper.xml b/src/main/resources/mapper/pms/QcMapper.xml index 6c818d84..f2803d10 100644 --- a/src/main/resources/mapper/pms/QcMapper.xml +++ b/src/main/resources/mapper/pms/QcMapper.xml @@ -2405,7 +2405,7 @@ part_desc = #{partDesc}, detail_flag = 'Y', state = '未开始', - action_date = '', + action_date = null, action_by = '' WHERE inspection_no = #{inspectionNo} and site = #{site} and bu_no = #{buNo}