From d1fee2d2ac8f4bd510bf44f70aec743619712039 Mon Sep 17 00:00:00 2001 From: tqs <56479841@qq.com> Date: 星期六, 18 五月 2024 15:40:30 +0800 Subject: [PATCH] # --- src/main/java/com/zy/core/MainProcess.java | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/java/com/zy/core/MainProcess.java b/src/main/java/com/zy/core/MainProcess.java index bd5826d..c029e94 100644 --- a/src/main/java/com/zy/core/MainProcess.java +++ b/src/main/java/com/zy/core/MainProcess.java @@ -78,10 +78,10 @@ // 鍏朵粬 ===>> 鍏ュ嚭搴撴ā寮忓垏鎹� i++; - if (i > 1) { - mainService.ioConvert(); - i = 0; - } +// if (i > 1) { +// mainService.ioConvert(); +// i = 0; +// } } catch (Exception e) { e.printStackTrace(); -- Gitblit v1.9.1