优化ip获取 日志过滤请求返回参数

This commit is contained in:
wangxulei 2025-01-22 09:35:41 +08:00
parent 482f78aee2
commit a1d0b8363e
5 changed files with 8 additions and 5 deletions

View File

@ -198,7 +198,7 @@
n.note_id, n.note_id,
n.note_title, n.note_title,
n.follow_id, n.follow_id,
a.author_name, a.author_name followName,
a.AVATAR_URL, a.AVATAR_URL,
n.create_time, n.create_time,
b.FIRST_PICTURE, CASE b.FIRST_PICTURE, CASE

View File

@ -29,7 +29,7 @@
<select id="selectOperationLogPage" resultType="com.dd.admin.business.operationLog.domain.OperationLogVo"> <select id="selectOperationLogPage" resultType="com.dd.admin.business.operationLog.domain.OperationLogVo">
select select
* OPER_ID,OPER_MODULE,OPER_TYPE,OPER_DESC,OPER_METHOD,OPER_USER_ID,OPER_USER_NAME,OPER_IP,OPER_URL,OPER_DEPT_ID,OPER_DEPT_NAME,CREATE_TIME,MEMBER_ID,MEMBER_NAME,OPER_IP_ADDRESS,MESSAGE_STATUS
from business_operation_log where 1 = 1 from business_operation_log where 1 = 1
order by create_time desc order by create_time desc
</select> </select>

View File

@ -25,10 +25,13 @@ public class AddressUtils {
String rspStr = RegionUtil.getRegion(ip); String rspStr = RegionUtil.getRegion(ip);
if (StringUtils.isNotEmpty(rspStr)) { if (StringUtils.isNotEmpty(rspStr)) {
String[] obj = rspStr.split("\\|"); String[] obj = rspStr.split("\\|");
String country = obj[0];
String region = obj[2]; String region = obj[2];
String city = obj[3]; String city = obj[3];
if("0".equals(city)){ if("0".equals(city)){
return String.format("%s", region); return String.format("%s", region);
} if("0".equals(region)){
return String.format("%s", country);
} }
return String.format("%s", city); return String.format("%s", city);
} }
@ -75,7 +78,7 @@ public class AddressUtils {
public static void main(String[] args) { public static void main(String[] args) {
String realAddress = getRealAddress("103.85.74.92"); String realAddress = getRealAddress("23.142.200.80");
; ;
System.out.println("realAddress = " + realAddress); System.out.println("realAddress = " + realAddress);
} }

View File

@ -2,7 +2,6 @@ package com.dd.admin.common.utils;
import com.alibaba.fastjson.JSONObject; import com.alibaba.fastjson.JSONObject;
import com.sun.javaws.Main;
import org.apache.commons.lang3.StringUtils; import org.apache.commons.lang3.StringUtils;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;

View File

@ -211,7 +211,8 @@
<!-- <span>管理端账号用户名:admin 密码111111</span><br/><br/>--> <!-- <span>管理端账号用户名:admin 密码111111</span><br/><br/>-->
<!-- <span>商业合作qq: 7827869402 vx: MAMBA_4EVER24</span><br/><br/>--> <!-- <span>商业合作qq: 7827869402 vx: MAMBA_4EVER24</span><br/><br/>-->
<!-- <span> <a target="_blank" style="text-decoration: underline;" href="http://8.146.211.120:8086/"> 完整版演示 http://8.146.211.120:8086/</a></span><br/><br/>--> <!-- <span> <a target="_blank" style="text-decoration: underline;" href="http://8.146.211.120:8086/"> 完整版演示 http://8.146.211.120:8086/</a></span><br/><br/>-->
<span> <a target="_blank" style="text-decoration: underline;" href="http://8.146.211.120:8081/"> 移动端登陆 http://8.146.211.120:8081/</a></span> <span> <a target="_blank" style="text-decoration: underline;" href="http://8.146.211.120:8081/"> 移动端登陆 http://8.146.211.120:8081/</a></span><br/><br/>
<span> <a target="_blank" style="text-decoration: underline;" href="https://gitee.com/ddeatrr/springboot_vue_xhs"> gitee https://gitee.com/ddeatrr/springboot_vue_xhs</a></span>
</div> </div>
<!-- <p class="--> <!-- <p class="-->