소스 검색

术语命名状态修改

rgb 6 년 전
부모
커밋
2271d7da91
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      knowledgeman-service/src/main/resources/mapper/LibraryInfoMapper.xml

+ 1 - 1
knowledgeman-service/src/main/resources/mapper/LibraryInfoMapper.xml

@@ -41,7 +41,7 @@
             AND libType = #{type}
         </if>
         <if test="isDeleted!=null and isDeleted!=''">
-        	AND is_deleted=#{isDeleted}
+        	AND isDeleted=#{isDeleted}
         </if>
 		ORDER BY isDeleted ASC,operTime DESC
     </select>