修改细节错误

This commit is contained in:
dongxiaoyan
2018-12-18 06:21:19 +08:00
parent da5db9c075
commit 2d9404f63b

View File

@@ -863,10 +863,10 @@
traffic_ip_identify
<where>
<if test="searchType != null and searchType !=''">
<![CDATA[AND areaType = #{searchType}]]>
<![CDATA[AND area_Type = #{searchType}]]>
</if>
<if test="searchCountry != null and searchCountry !=''">
<![CDATA[AND country= #{searchCountry ]]>
<![CDATA[AND country= #{searchCountry} ]]>
</if>
<if test="searchIp != null and searchIp !=''">
<![CDATA[AND ip_start_num>= #{searchIp} and ip_end_num<=#{searchIp}]]>