fix: 78639

体系搜索--弹窗中缺少体系结构查询字段
This commit is contained in:
2023-11-26 12:52:10 +08:00
parent f872bfc89a
commit a700d9c05d
3 changed files with 3 additions and 3 deletions
@@ -163,7 +163,7 @@ public class StandSystemDTO {
}
}
public void setStandSystemIdList(String standSystemId) {
public void setStandSystemId(String standSystemId) {
this.standSystemId = standSystemId;
if (standSystemId != null) {
this.standSystemIdList = java.util.Arrays.asList(standSystemId.split(","));