From f50ac1341e32f028e29b9aaf9a12592220e0d526 Mon Sep 17 00:00:00 2001 From: gaoqr <13665037151@163.com> Date: Mon, 25 May 2026 14:42:08 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E8=AF=A6=E6=83=85=E3=80=81?= =?UTF-8?q?=E8=A3=85=E9=85=8D=E8=AE=BE=E7=BD=AE=E6=9F=A5=E7=9C=8B=E6=9D=BF?= =?UTF-8?q?=E4=BB=B6=E5=BC=82=E5=BD=A2=E5=AD=97=E6=AE=B5=E5=88=A4=E6=96=AD?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/plate/PlateMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cf-module-prod-executor/cf-module-prod-executor-biz/src/main/resources/mapper/plate/PlateMapper.xml b/cf-module-prod-executor/cf-module-prod-executor-biz/src/main/resources/mapper/plate/PlateMapper.xml index 167692af7..7019ec86b 100644 --- a/cf-module-prod-executor/cf-module-prod-executor-biz/src/main/resources/mapper/plate/PlateMapper.xml +++ b/cf-module-prod-executor/cf-module-prod-executor-biz/src/main/resources/mapper/plate/PlateMapper.xml @@ -1447,7 +1447,7 @@ p.seal_up, p.area, p.texture, - p.is_special_shaped, + (p.unregular_point_count > 0 ) AS isSpecialShaped, p.is_sculpt , p.is_side_sculpt AS sideModel, p.is_row_hole,