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(","));
@@ -257,7 +257,7 @@
</if>
<!--体系结构树搜索-->
<if test="param.standSystemIdList != null and param.standSystemIdList.size() > 0">
AND gb.ID IN
AND m.MENU_ID IN
<foreach item="item" index="index" collection="param.standSystemIdList" open="(" separator="," close=")">
#{item}
</foreach>
@@ -1364,7 +1364,7 @@
</if>
<!--体系结构树搜索-->
<if test="param.standSystemIdList != null and param.standSystemIdList.size() > 0">
AND es.ID IN
AND m.MENU_ID IN
<foreach item="item" index="index" collection="param.standSystemIdList" open="(" separator="," close=")">
#{item}
</foreach>