fix: 78639
体系搜索--弹窗中缺少体系结构查询字段
This commit is contained in:
+1
-1
@@ -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(","));
|
||||
|
||||
Reference in New Issue
Block a user