@@ -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();