tujidelv 3 年之前
父节点
当前提交
572c1caf39
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/top/lvzhiqiang/mapper/VideoInfoMapper.java

+ 1 - 1
src/main/java/top/lvzhiqiang/mapper/VideoInfoMapper.java

@@ -55,7 +55,7 @@ public interface VideoInfoMapper {
     /**
      * 查询所有识别码
      */
-    @Select("select distinct identification_code from video_info WHERE type = 1")
+    @Select("select distinct identification_code from video_info WHERE type = 1 and delete_flag = 1")
     List<String> findAllIcode();
 
     /**