Fancy
2024-08-15 4574296e4453f0cbb75a5fdb8bb39fa43c87297c
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>