...
This commit is contained in:
parent
fb28534f56
commit
ec7da281e6
|
@ -1326,11 +1326,9 @@
|
|||
WHERE 1=1
|
||||
AND del_flag = 0
|
||||
AND id in
|
||||
<if>
|
||||
<foreach item="resourceId" collection="list" open="(" separator="," close=")">
|
||||
#{resourceId}
|
||||
</foreach>
|
||||
</if>
|
||||
GROUP BY type
|
||||
ORDER BY type
|
||||
</select>
|
||||
|
|
Loading…
Reference in New Issue