|
|
@ -28,6 +28,7 @@ import digital.laboratory.platform.sys.entity.SysUser; |
|
|
|
import lombok.extern.slf4j.Slf4j; |
|
|
|
import lombok.extern.slf4j.Slf4j; |
|
|
|
import org.springframework.http.*; |
|
|
|
import org.springframework.http.*; |
|
|
|
import org.springframework.scheduling.annotation.Scheduled; |
|
|
|
import org.springframework.scheduling.annotation.Scheduled; |
|
|
|
|
|
|
|
import org.springframework.stereotype.Service; |
|
|
|
import org.springframework.web.client.RestClientException; |
|
|
|
import org.springframework.web.client.RestClientException; |
|
|
|
|
|
|
|
|
|
|
|
import javax.annotation.Resource; |
|
|
|
import javax.annotation.Resource; |
|
|
@ -43,7 +44,7 @@ import java.util.stream.Collectors; |
|
|
|
* @date 2025/3/31 9:31 |
|
|
|
* @date 2025/3/31 9:31 |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
@Slf4j |
|
|
|
@Slf4j |
|
|
|
//@Service
|
|
|
|
@Service |
|
|
|
public class PushDataToLabsCareServiceImpl implements PushDataToLabsCareService { |
|
|
|
public class PushDataToLabsCareServiceImpl implements PushDataToLabsCareService { |
|
|
|
|
|
|
|
|
|
|
|
@Resource |
|
|
|
@Resource |
|
|
|