Browse Source

术语命名状态修改

rgb 6 years atrás
parent
commit
2271d7da91

+ 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>