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>