From 2c82228eb50ad7f014b436a305e171d9b0641828 Mon Sep 17 00:00:00 2001 From: lidongyang <506508008@qq.com> Date: Fri, 28 Nov 2025 17:10:09 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E6=B7=BB=E5=8A=A0=E4=BB=BB=E5=8A=A1?= =?UTF-8?q?=E9=A2=9D=E5=A4=96=E5=B1=9E=E6=80=A7=20bugfix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/src/main/resources/mapper/SimulationProjectMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/src/main/resources/mapper/SimulationProjectMapper.xml b/project/src/main/resources/mapper/SimulationProjectMapper.xml index 0d883312..b82137d0 100644 --- a/project/src/main/resources/mapper/SimulationProjectMapper.xml +++ b/project/src/main/resources/mapper/SimulationProjectMapper.xml @@ -58,7 +58,7 @@ - insert into simulation_task_extra (uuid,task_id,nodeId,propertyName,propertyValue,valueType,propertyClass) values + insert into simulation_task_extra (uuid,task_id,nodeId,property_name,property_value,value_type,property_class) values (#{it.uuid},#{it.taskId},#{it.nodeId},#{it.propertyName},#{it.propertyValue},#{it.valueType},#{it.propertyClass})