소스 검색

修复 bug

weiximei 6 년 전
부모
커밋
4897d2821a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      CODE/smart-community/app-api/src/main/resources/mapper/TaSysMenuMapper.xml

+ 1
- 1
CODE/smart-community/app-api/src/main/resources/mapper/TaSysMenuMapper.xml 파일 보기

@@ -131,6 +131,6 @@
131 131
     select
132 132
     <include refid="Base_Column_List" />
133 133
     from ta_sys_menu
134
-    where community_id = #{communityId,jdbcType=INTEGER}
134
+    where community_id = #{communityId,jdbcType=INTEGER} and status = 0
135 135
   </select>
136 136
 </mapper>