1.ASN Statistics页面服务接口增加ASN的模糊查询

2.ssl泛收和http泛收增加page的last属性的值大于100的时候设置为100
This commit is contained in:
shangguanyanfei
2019-01-26 18:29:05 +08:00
parent 58580d7d4e
commit d474ff7b30
4 changed files with 14 additions and 7 deletions

View File

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