eight
2024-10-10 d7bfd457d0ebba2ed3d28233b5b9befc24db36a8
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/queue/BedReloadCallable.java
@@ -6,9 +6,9 @@
public class BedReloadCallable implements Callable<ErrorCode> {
    QueueService queueService;
    QueueServiceTxFunctions queueService;
    public BedReloadCallable(QueueService queueService)
    public BedReloadCallable(QueueServiceTxFunctions queueService)
    {
        super();
        this.queueService = queueService;