From da3c868c08f43eae54780d5744130b210c91da18 Mon Sep 17 00:00:00 2001
From: zzgtfwq <zzgtfwq>
Date: 星期三, 10 十二月 2025 12:40:01 +0800
Subject: [PATCH] #
---
src/main/java/com/zy/common/model/StartupDto.java | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/src/main/java/com/zy/common/model/StartupDto.java b/src/main/java/com/zy/common/model/StartupDto.java
index 7262b24..cf5a896 100644
--- a/src/main/java/com/zy/common/model/StartupDto.java
+++ b/src/main/java/com/zy/common/model/StartupDto.java
@@ -23,4 +23,17 @@
*/
private Integer rgvSstaNo;
+ public Integer getStaNoSou$(Integer staNoE,Integer sourceStaNo) {
+ switch (sourceStaNo){
+ case 118:
+ case 121:
+ case 124:
+ case 218:
+ case 221:
+ case 224:
+ return sourceStaNo-1;
+ }
+ return staNoE;
+ }
+
}
--
Gitblit v1.9.1