CZT
2023-08-22 ce9d44e48aa77ebf2537f22ff8bf4a70089d0474
src/main/java/com/fzzy/async/fzzy30/impl/Fzzy30Sync1109.java
@@ -7,13 +7,12 @@
import com.fzzy.api.utils.FileUtil;
import com.fzzy.api.view.repository.Api1109Rep;
import com.fzzy.api.view.repository.ApiLogRep;
import com.fzzy.async.fzzy35.entity.FileInfo;
import com.fzzy.async.fzzy35.repository.Fzzy35Sync1109Rep;
import com.fzzy.async.fzzy30.entity.FileInfo;
import com.fzzy.async.fzzy30.repository.FzzySync1109Rep;
import lombok.extern.slf4j.Slf4j;
import org.apache.commons.lang.StringUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import java.util.Date;
import java.util.List;
import java.util.UUID;
@@ -34,7 +33,7 @@
    private final static String IMG_TYPE_3 = "3";
    @Autowired
    private Fzzy35Sync1109Rep fzzySync1109Rep;
    private FzzySync1109Rep fzzySync1109Rep;
    @Autowired
    private Api1109Rep api1109Rep;
    @Autowired