Преглед на файлове

Merge branch 'refs/heads/master' into sso

bihuisong преди 11 месеца
родител
ревизия
1796bd7477

+ 1 - 1
zhsq_qk-system/src/main/resources/mapper/system/QkZwyxHighFrequencyMattersMapper.xml

@@ -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>

+ 1 - 0
zhsq_qk-ui/src/assets/images/qkq_sprh.css

@@ -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;