zhongrj
2022-10-24 0cc95376f2af6fa5dfbe63ff79cbaf94674531e0
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>