吉安感知网项目-后端
xiebin
2026-01-16 041fa12f2b00770ed4592ece9bcd36a7ad3f687c
drone-ops/drone-log/src/main/java/org/sxkj/core/log/feign/LogClient.java
@@ -29,6 +29,7 @@
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RestController;
import springfox.documentation.annotations.ApiIgnore;
import java.util.Date;
@@ -40,6 +41,7 @@
@NonDS
@RestController
@AllArgsConstructor
@ApiIgnore
public class LogClient implements ILogClient {
   private final ILogUsualService usualLogService;