@@ -81,6 +81,6 @@
<select id="visualizationList" parameterType="Long"
resultMap="QkZwyxHighFrequencyMattersResult">
<include refid="selectQkZwyxHighFrequencyMattersVo"/>
- ORDER BY event_count ASC;
+ ORDER BY CAST(event_count AS SIGNED) DESC;
</select>
</mapper>
@@ -1338,6 +1338,7 @@ padding-right: 10px;
text-align: right!important;
}
.qkq_bjs_con{
+ margin-bottom: -52px;
display: flex;
flex-direction: row;
justify-content: space-between;