소스 검색

事项列表显示加限制

conghelong 1 년 전
부모
커밋
7e9b31f8d5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      sooka-jnb/src/main/resources/mapper/matter/matterMapper.xml

+ 1 - 1
sooka-jnb/src/main/resources/mapper/matter/matterMapper.xml

@@ -48,7 +48,7 @@
 
     <select id="selectSysrecommendVo"  resultMap="MatterResult">
          select  id,title, type, department,operation,address,phone,picture,examine ,content ,create_by,create_time,update_by,update_time from jnb_list_of_matters
-        where operation=0
+        where operation=0 AND examine=1
     </select>