|
|
|
@ -9,6 +9,7 @@ import com.logpm.factory.mt.service.MtOrderLogFailRetryService;
|
|
|
|
|
import com.logpm.factory.props.MtFactoryProperties; |
|
|
|
|
import lombok.AllArgsConstructor; |
|
|
|
|
import lombok.extern.slf4j.Slf4j; |
|
|
|
|
import org.springblade.common.annotations.LogpmAsync; |
|
|
|
|
import org.springframework.scheduling.annotation.Async; |
|
|
|
|
import org.springframework.stereotype.Service; |
|
|
|
|
|
|
|
|
@ -54,7 +55,7 @@ public class MtOrderLogFailRetryServiceImpl implements MtOrderLogFailRetryServic
|
|
|
|
|
protected final Integer SIGN_TYPE = 6; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Async |
|
|
|
|
@LogpmAsync("asyncExecutor") |
|
|
|
|
@Override |
|
|
|
|
public void retry(List<MtOrderLogEntity> waitData){ |
|
|
|
|
waitData.forEach(this::executeRetry); |
|
|
|
|