20250414 更新

1.注释推送监听器bean注解
This commit is contained in:
2025-04-14 10:57:31 +08:00
parent e69c259b59
commit 192bf21f77
4 changed files with 4 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ import javax.annotation.Resource;
* @description: 推送数据到LabsCare平台接口管理
* @date 2025/4/3 10:48
*/
@RestController
//@RestController
@RequestMapping("/pushDataToLabsCare")
@Api(tags = "19-推送数据到LabsCare平台接口管理", description = "推送数据到LabsCare平台接口管理")
public class PushDataToLabsCareController {

View File

@@ -554,7 +554,7 @@ public class EntrustmentIdentificationMaterial extends BaseEntity {
@ApiModelProperty(value = "生物检材类型, 目前区分毛发和尿液--贵阳新增需求")
private String biologyType;
@ApiModelProperty(value = "生物检材类型, 目前区分毛发和尿液--贵阳新增需求")
@ApiModelProperty(value = "生物检材类型, 性别--贵阳新增需求")
private String biologyGender;
/*****************************************************************************************/

View File

@@ -16,7 +16,7 @@ import java.util.concurrent.CompletableFuture;
* 监听有关推送数据到LabsCare 平台的事件, 采用异步
*/
@Slf4j
@Component
//@Component
public class PushDataToLabsCareEventListener implements ApplicationListener<PushDataToLabsCareEvent> {
@Resource

View File

@@ -39,7 +39,7 @@ import java.util.stream.Collectors;
* @date 2025/3/27 16:32
*/
@Slf4j
@Service
//@Service
public class PushDataToLabsCareServiceImpl implements PushDataToLabsCareService {
@Resource