From eeaff7532099e9f167dae61d73bd4c8efbb8d0ee Mon Sep 17 00:00:00 2001 From: yangwei <867012372@qq.com> Date: Thu, 10 Apr 2025 14:28:07 +0800 Subject: [PATCH] =?UTF-8?q?[feat]=201=E3=80=81=E4=BF=AE=E5=A4=8D=E9=A2=84?= =?UTF-8?q?=E8=AD=A6=E7=AE=A1=E7=90=86=E6=9F=A5=E8=AF=A2=E5=BE=85=E5=A4=84?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/business/BusinessAlertMapper.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/dk-modules/business/src/main/resources/mapper/business/BusinessAlertMapper.xml b/dk-modules/business/src/main/resources/mapper/business/BusinessAlertMapper.xml index 1a80cae..fecbdb2 100644 --- a/dk-modules/business/src/main/resources/mapper/business/BusinessAlertMapper.xml +++ b/dk-modules/business/src/main/resources/mapper/business/BusinessAlertMapper.xml @@ -77,7 +77,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" left join dk_workflow.flow_definition c on a.definition_id = c.id LEFT JOIN LATERAL ( SELECT - JSON_UNQUOTE(JSON_EXTRACT(fn.ext, '$[0].value')) AS buttonPermission, fn.permissions FROM dk_workflow.flow_node fn WHERE fn.node_code = b.node_code