From 3d60feb8502224e3936be304092f2f9625bbeeea Mon Sep 17 00:00:00 2001 From: yxFwq <1> Date: 星期四, 21 十一月 2024 15:12:35 +0800 Subject: [PATCH] # --- src/main/java/com/zy/asrs/entity/WrkMast.java | 22 +++++++++++++++++++++- 1 files changed, 21 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/zy/asrs/entity/WrkMast.java b/src/main/java/com/zy/asrs/entity/WrkMast.java index 776f92a..8256bfa 100644 --- a/src/main/java/com/zy/asrs/entity/WrkMast.java +++ b/src/main/java/com/zy/asrs/entity/WrkMast.java @@ -515,7 +515,8 @@ case "1": return "鏈烘鑷傛姄鍙栦腑"; case "2": - return "鎶撳彇瀹屾垚"; + return "瀹屾垚"; +// return "鎶撳彇瀹屾垚"; case "3": return "浠诲姟瀹屾垚"; case "4": @@ -532,5 +533,24 @@ } + public Integer getStaNoSign(){ + if (this.staNo == null){ + return 0; + } else { + switch (this.staNo){ + case 310: + return 1; + case 312: + return 2; + case 126: + return 1; + case 131: + return 2; + } + } + return 0; + } + + } -- Gitblit v1.9.1