|
@@ -38,10 +38,15 @@ public class BaseApi {
|
|
|
return "欢迎使用!";
|
|
|
}
|
|
|
|
|
|
- @GetMapping("/base/oldData")
|
|
|
+ /**
|
|
|
+ * 数据ip地址
|
|
|
+ * @param startId
|
|
|
+ * @param endId
|
|
|
+ */
|
|
|
+ /*@GetMapping("/base/oldData")
|
|
|
public void oldData(Integer startId, Integer endId) {
|
|
|
cmBehaviorRecordService.setIpAddress(startId,endId);
|
|
|
- }
|
|
|
+ }*/
|
|
|
|
|
|
}
|
|
|
|