Skip to content

Commit

Permalink
Merge pull request #1014 from yulongz/master
Browse files Browse the repository at this point in the history
fix dimListNodeRelationsByKeyValueMap group column
  • Loading branch information
peacewong authored Sep 28, 2021
2 parents 6a86e6c + 4a3c06b commit 119b1d1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
separator=",">
(#{valueKey},#{valueContent})
</foreach>
GROUP BY l.id,si.instance
GROUP BY l.id,l.label_value_size,l.label_key,l.label_value,si.instance,si.name
<if test="valueRelation == 'ALL'">
HAVING COUNT(1) = l.label_value_size and count(1) = ${value.size}
</if>
Expand Down Expand Up @@ -286,4 +286,4 @@
</foreach>
</select>

</mapper>
</mapper>

0 comments on commit 119b1d1

Please sign in to comment.