liding
2025-04-01 b95f460e35a59aa920e27f0f7e29e0fdf0da1c7c
basic-server/src/main/resources/mapper/StandardTemplateMapper.xml
@@ -36,5 +36,9 @@
        WHERE id = #{templateId}
    </select>
    <select id="countBindTemplateItemParameter">
        SELECT COUNT(*) FROM structure_item_parameter WHERE template_id = #{templateId}
    </select>
</mapper>