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