xushengqiang 5 anni fa
parent
commit
1dcfca2586

+ 1 - 1
src/main/java/cn/efunbox/audio/repository/AudioRepoImpl.java

@@ -90,7 +90,7 @@ public class AudioRepoImpl {
         }
 
         if (Objects.nonNull(searchVO.getLesson()) && searchVO.getMediaType() > 0) {
-            sb.append("and lesson = ");
+            sb.append(" and lesson = ");
             sb.append( searchVO.getLesson() );
         }
     }