刘小明
2024-07-06 a3202d4c62be404247d23f0676e95f8c5d146983
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>