fix: 流程定义列表缺少流程ID

approve-sys
tony 3 years ago
parent 615451e09a
commit 297736babc

@ -8,6 +8,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<select id="selectDeployList" resultType="com.ruoyi.system.domain.FlowProcDefDto">
SELECT
rp.id_ as id,
rd.id_ as deploymentId,
rd.name_ as name,
rd.category_ as category,

Loading…
Cancel
Save