소스 검색

sql修改

gao.qiang 1 년 전
부모
커밋
2fe9b5df34
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      base-system/src/main/resources/mapper/system/SysRoleMapper.xml

+ 0 - 3
base-system/src/main/resources/mapper/system/SysRoleMapper.xml

@@ -112,9 +112,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
 			<if test="status != null and status != 0">
 				and r.status=#{status}
 			</if>
-			<if test="status == null || status == ''">
-				AND r.status = '1'
-			</if>
 			<if test="!dsFlay">
 				and
 				<trim prefix="(" prefixOverrides="or" suffix=")">