浏览代码

water docker 求解

huangxingxing 9 月之前
父节点
当前提交
63825fa235
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/main/java/com/miniframe/bisiness/system/D00008Service.java

+ 2 - 2
src/main/java/com/miniframe/bisiness/system/D00008Service.java

@@ -339,7 +339,7 @@ public class D00008Service extends D00008BaseModel implements ExecProcessFlow {
 	}
 	//异步执行
 	@SneakyThrows
-	public void exeWater2(Integer aid,Integer jid) throws Exception{
+	public void exeWater(Integer aid,Integer jid) throws Exception{
 		CompletableFuture<Void> cf = CompletableFuture.supplyAsync(()->{
 			try {
 				ProcessBuilder processBuilder = new ProcessBuilder(
@@ -398,7 +398,7 @@ public class D00008Service extends D00008BaseModel implements ExecProcessFlow {
 	}
 	//异步执行
 	@SneakyThrows
-	public void exeWater(Integer aid,Integer jid) throws Exception{
+	public void exeWater2(Integer aid,Integer jid) throws Exception{
 		CompletableFuture<Void> cf = CompletableFuture.supplyAsync(()->{
 			try {
 				LogService.addLog(aid,jid,"Water","求解——————————————————开始");