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;
|
this.standSystemId = standSystemId;
|
||||||
if (standSystemId != null) {
|
if (standSystemId != null) {
|
||||||
this.standSystemIdList = java.util.Arrays.asList(standSystemId.split(","));
|
this.standSystemIdList = java.util.Arrays.asList(standSystemId.split(","));
|
||||||
|
|||||||
@@ -257,7 +257,7 @@
|
|||||||
</if>
|
</if>
|
||||||
<!--体系结构树搜索-->
|
<!--体系结构树搜索-->
|
||||||
<if test="param.standSystemIdList != null and param.standSystemIdList.size() > 0">
|
<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=")">
|
<foreach item="item" index="index" collection="param.standSystemIdList" open="(" separator="," close=")">
|
||||||
#{item}
|
#{item}
|
||||||
</foreach>
|
</foreach>
|
||||||
|
|||||||
+1
-1
@@ -1364,7 +1364,7 @@
|
|||||||
</if>
|
</if>
|
||||||
<!--体系结构树搜索-->
|
<!--体系结构树搜索-->
|
||||||
<if test="param.standSystemIdList != null and param.standSystemIdList.size() > 0">
|
<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=")">
|
<foreach item="item" index="index" collection="param.standSystemIdList" open="(" separator="," close=")">
|
||||||
#{item}
|
#{item}
|
||||||
</foreach>
|
</foreach>
|
||||||
|
|||||||
Reference in New Issue
Block a user