吉安感知网项目-后端
xiebin
2026-01-16 3df8b240b8fe9ebf90c0813f011ec8ae513377a7
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;