zrj
2024-10-24 1a4792fdff667d3b9590c6ab4c085a08cdca1399
src/main/java/org/springblade/modules/mechanism/mapper/MechanismMapper.xml
@@ -30,4 +30,10 @@
        SELECT GROUP_CONCAT(mechanismName) as mechanismname  FROM `sys_mechanism` WHERE loutype=#{id} and is_deleted = 0
    </select>
    <select id="selectAllList" resultType="org.springblade.modules.mechanism.entity.Mechanism">
        select id,codeUrl AS codeurl
         from sys_mechanism where is_deleted = 0
    </select>
</mapper>