jiaosong
2023-09-19 7fc79e5c6c98fa7fe1e2279572251a45f0970c65
server/service/src/main/java/com/doumee/service/business/impl/BaseDataServiceImpl.java
@@ -20,6 +20,7 @@
import org.apache.commons.lang3.StringUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.scheduling.annotation.Async;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import org.springframework.util.CollectionUtils;
@@ -313,6 +314,7 @@
    public static   boolean IS_RUNNING = false;
    @Override
    @Transactional
    @Async
    public   void dealBaseData() {
        if(IS_RUNNING){
            return;