|
@@ -1,7 +1,7 @@
|
|
|
package com.usky.iot.service.impl;
|
|
|
|
|
|
import com.alibaba.fastjson.JSONObject;
|
|
|
-import com.usky.agbox.RemotePatrolAgboxService;
|
|
|
+import com.usky.agbox.RemotePatrolAgBoxService;
|
|
|
import com.usky.common.security.utils.SecurityUtils;
|
|
|
import com.usky.iot.domain.BaseAppInfo;
|
|
|
import com.usky.iot.mapper.BaseAppInfoMapper;
|
|
@@ -28,7 +28,7 @@ import java.time.LocalDateTime;
|
|
|
public class BaseAppInfoServiceImpl extends AbstractCrudService<BaseAppInfoMapper, BaseAppInfo> implements BaseAppInfoService {
|
|
|
|
|
|
@Autowired
|
|
|
- private RemotePatrolAgboxService remotePatrolAgboxService;
|
|
|
+ private RemotePatrolAgBoxService remotePatrolAgboxService;
|
|
|
|
|
|
public String getIpAddress(HttpServletRequest request) {
|
|
|
String ip = request.getHeader("X-Forwarded-For");
|