From 82de5a307466894bbb0258f8a63a26a7bb96d80d Mon Sep 17 00:00:00 2001 From: zhang <zc857179121@qq.com> Date: 星期四, 16 十月 2025 09:55:35 +0800 Subject: [PATCH] 13 --- src/main/java/com/zy/asrs/entity/param/StaDescInitParam.java | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/main/java/com/zy/asrs/entity/param/StaDescInitParam.java b/src/main/java/com/zy/asrs/entity/param/StaDescInitParam.java index 2e1bde1..c75ca77 100644 --- a/src/main/java/com/zy/asrs/entity/param/StaDescInitParam.java +++ b/src/main/java/com/zy/asrs/entity/param/StaDescInitParam.java @@ -110,25 +110,25 @@ this.typeDesc103 = typeDesc103; } - public List<Integer> getType(){ + public List<Integer> getType() { List<Integer> type = new ArrayList<>(); - if (this.typeDesc1==1){ + if (this.typeDesc1 == 1) { type.add(1); } - if (this.typeDesc10==1){ + if (this.typeDesc10 == 1) { type.add(10); } - if (this.typeDesc53==1){ + if (this.typeDesc53 == 1) { type.add(53); type.add(57); } - if (this.typeDesc101==1){ + if (this.typeDesc101 == 1) { type.add(101); } - if (this.typeDesc110==1){ + if (this.typeDesc110 == 1) { type.add(110); } - if (this.typeDesc103==1){ + if (this.typeDesc103 == 1) { type.add(103); type.add(107); } -- Gitblit v1.9.1