tujidelv 3 éve
szülő
commit
572c1caf39

+ 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();
 
     /**