Browse Source

feat: [模板管理] 模板步骤

master
memorylkf 2 months ago
parent
commit
b9c67829af
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      hxhq-modules/hxhq-system/src/main/resources/mapper/business/TemplateMapper.xml

+ 1
- 1
hxhq-modules/hxhq-system/src/main/resources/mapper/business/TemplateMapper.xml View File

@ -15,7 +15,7 @@
</select>
<select id="getStepListByTemplateStepGroupIds" resultType="com.hxhq.business.domain.Step">
SELECT DISTINCT id,`name` FROM `t_step`
SELECT DISTINCT id,`name`,sn FROM `t_step`
WHERE del_flag='0' AND
FIND_IN_SET(id,
(SELECT GROUP_CONCAT(step_ids) FROM `t_step_group` WHERE del_flag='0' AND FIND_IN_SET(id,#{stepGroupIds}))

Loading…
Cancel
Save