From a4171a52aeb242836959fecd5f4227bfba73b241 Mon Sep 17 00:00:00 2001
From: zhou zhou <3272660260@qq.com>
Date: 星期二, 23 十二月 2025 10:35:28 +0800
Subject: [PATCH] #移库事务回滚修改
---
src/main/webapp/views/console.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/webapp/views/console.html b/src/main/webapp/views/console.html
index 048f28e..6c993ed 100644
--- a/src/main/webapp/views/console.html
+++ b/src/main/webapp/views/console.html
@@ -612,12 +612,12 @@
case 0:
case 1:
unit = 30;
- offSet = 720;
+ offSet = 380;
break;
case 2:
case 3:
unit = 22;
- offSet = 1100;
+ offSet = 600;
break;
}
--
Gitblit v1.9.1