liurunyu
2024-08-15 4b0997d82281c39a6a6afc27fbb222b9f44a66f0
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>