From 198d14b382742f2c1516af93da09f3550dab0906 Mon Sep 17 00:00:00 2001 From: chenzhihang <709011834@qq.com> Date: Mon, 9 Dec 2024 16:24:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=9A=E5=BD=A2=E6=80=81=E8=B5=84=E6=BA=90?= =?UTF-8?q?=E5=BA=93=E5=88=A0=E9=99=A4=E6=97=B6=EF=BC=8C=E5=88=A4=E6=96=AD?= =?UTF-8?q?=E6=98=AF=E5=90=A6=E6=9C=89=E6=B5=81=E6=B0=B4=E7=BA=BF=E4=BD=BF?= =?UTF-8?q?=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mapper/managementPlatform/AssetWorkflowDaoMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-modules/management-platform/src/main/resources/mapper/managementPlatform/AssetWorkflowDaoMapper.xml b/ruoyi-modules/management-platform/src/main/resources/mapper/managementPlatform/AssetWorkflowDaoMapper.xml index 8c0c7f5f..48282d4d 100644 --- a/ruoyi-modules/management-platform/src/main/resources/mapper/managementPlatform/AssetWorkflowDaoMapper.xml +++ b/ruoyi-modules/management-platform/src/main/resources/mapper/managementPlatform/AssetWorkflowDaoMapper.xml @@ -2,7 +2,7 @@ - insert into asset_workflow(work_flow_id, workflow_name, asset_id, asset_version, type) + insert into asset_workflow(workflow_id, workflow_name, asset_id, asset_version, type) values (#{assetWorkflow.workflowId}, #{assetWorkflow.workflowName}, #{assetWorkflow.assetId}, #{assetWorkflow.assetVersion}, #{assetWorkflow.type})