Browse Source

重复10次21

TitanWong 1 year ago
parent
commit
4eec979bfd

+ 1 - 1
src/main/java/com/zhili/stationcontrol/tts/service/impl/MusicServiceImpl.java

@@ -93,7 +93,7 @@ public class MusicServiceImpl implements MusicService, Runnable {
                                 p = Runtime.getRuntime().exec(cmd);
                             } else {
                                 log.info("p not exit");
-                                break;
+                                continue;
                             }
                         } else {
                             log.info("p is not null");