src/main/java/com/whyc/service/TestParamService.java
@@ -25,4 +25,13 @@ mapper.updateById(param); } public void callService(int seconds) throws InterruptedException { //毫秒 int milliseconds = seconds * 1000; int count = milliseconds/100; for (int i = 0; i < count; i++) { getFactorsAndThreshold(); Thread.sleep(100); } } }