fix(多选标准弹框): 标准结构树查询
This commit is contained in:
+8
-6
@@ -104,17 +104,19 @@
|
||||
standard_number <> #{item}
|
||||
</foreach>
|
||||
</if>
|
||||
<if test="vo.ids != null and vo.ids != ''">
|
||||
AND id in
|
||||
<foreach collection="vo.ids.split(',')" item="item" separator="and" open="(" close=")">
|
||||
#{item}
|
||||
</foreach>
|
||||
</if>
|
||||
</where>
|
||||
<if test="vo.releaseSplitFlag != null and vo.releaseSplitFlag != ''">
|
||||
GROUP BY id
|
||||
</if>
|
||||
) t
|
||||
<where>
|
||||
<if test="vo.ids != null and vo.ids != ''">
|
||||
id in
|
||||
<foreach collection="vo.ids.split(',')" item="item" separator="," open="(" close=")">
|
||||
#{item}
|
||||
</foreach>
|
||||
</if>
|
||||
</where>
|
||||
ORDER BY create_time DESC
|
||||
</select>
|
||||
<select id="getSingleStandard" resultType="com.jero.modules.laws.common.vo.ManyStandardSelectionBox">
|
||||
|
||||
Reference in New Issue
Block a user