pms-parent/pms-global/src/main/resources/mapper/BaRoleMapper.xml
@@ -167,4 +167,11 @@ </if> </trim> </select> <select id="selectAll" resultType="com.dy.pmsGlobal.pojoBa.BaRole"> select <include refid="Base_Column_List" /> from ba_role where deleted != 1 and disabled !=1 </select> </mapper>