1.ASN Statistics页面服务接口增加ASN的模糊查询
2.ssl泛收和http泛收增加page的last属性的值大于100的时候设置为100
This commit is contained in:
@@ -24,6 +24,9 @@
|
||||
<if test="searchAsnType !=null and searchAsnType != ''">
|
||||
<![CDATA[and asn_type=#{searchAsnType}]]>
|
||||
</if>
|
||||
<if test="searchAsn != null and searchAsn !=''">
|
||||
AND asn like concat(concat('%',#{searchAsn}),'%')
|
||||
</if>
|
||||
ORDER BY
|
||||
bps DESC,
|
||||
pps DESC
|
||||
|
||||
Reference in New Issue
Block a user