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>