From 3d624c8925c2fca484a3788c9760eb7ef40db79a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E9=B9=8F=E9=A3=9E?= Date: Thu, 26 Feb 2026 18:34:38 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20bug-1333=20=E5=A6=82=E6=9E=9C=E6=B2=A1?= =?UTF-8?q?=E6=9C=89=E8=AE=BE=E7=BD=AE=E5=AF=B9=E5=BA=94=E7=9A=84=E8=AF=AD?= =?UTF-8?q?=E8=A8=80=EF=BC=8C=E5=B0=B1=E4=B8=8D=E8=BF=94=E5=9B=9E=E7=A9=BA?= =?UTF-8?q?=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/ProductCaseMapper.xml | 3 +-- .../src/main/resources/mapper/ProductModelVideoMapper.xml | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/nflg-mobilebroken-repository/src/main/resources/mapper/ProductCaseMapper.xml b/nflg-mobilebroken-repository/src/main/resources/mapper/ProductCaseMapper.xml index 33f5c9be..acb62cf7 100644 --- a/nflg-mobilebroken-repository/src/main/resources/mapper/ProductCaseMapper.xml +++ b/nflg-mobilebroken-repository/src/main/resources/mapper/ProductCaseMapper.xml @@ -5,7 +5,7 @@ @@ -15,6 +15,5 @@ SELECT #{newId},language_code,`desc`,image,video,create_by,create_time,update_by,update_time FROM product_case_info WHERE case_id=#{oldId} - diff --git a/nflg-mobilebroken-repository/src/main/resources/mapper/ProductModelVideoMapper.xml b/nflg-mobilebroken-repository/src/main/resources/mapper/ProductModelVideoMapper.xml index 91699580..15a4922d 100644 --- a/nflg-mobilebroken-repository/src/main/resources/mapper/ProductModelVideoMapper.xml +++ b/nflg-mobilebroken-repository/src/main/resources/mapper/ProductModelVideoMapper.xml @@ -5,8 +5,8 @@