From 3cf79bd188c0647513eeeada066ecb101a08a561 Mon Sep 17 00:00:00 2001 From: tony <846249920@qq.com> Date: Thu, 29 Dec 2022 10:36:38 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20sql=E5=8F=82=E6=95=B0=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/flowable/FlowDeployMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-system/src/main/resources/mapper/flowable/FlowDeployMapper.xml b/ruoyi-system/src/main/resources/mapper/flowable/FlowDeployMapper.xml index a173b7d6..04b5100a 100644 --- a/ruoyi-system/src/main/resources/mapper/flowable/FlowDeployMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/flowable/FlowDeployMapper.xml @@ -9,7 +9,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" SELECT rp.id_ as id, - rd.deployment_id_ as deploymentId, + rp.deployment_id_ as deploymentId, rd.name_ as name, rd.category_ as category, rp.key_ as flowKey,