src/main/java/com/zy/common/service/erp/task/ErpScheduler.java
@@ -11,7 +11,6 @@ import com.zy.common.service.erp.entity.WlzhVStRd; import lombok.extern.slf4j.Slf4j; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.scheduling.annotation.Scheduled; import org.springframework.stereotype.Component; import java.util.ArrayList; @@ -37,7 +36,7 @@ private InventoryVarianceService inventoryVarianceService; @Scheduled(cron = "0 0 2 * * ? ") //@Scheduled(cron = "0 0 2 * * ? ") public void syncLocDetl(){ log.info("库存差异信息清除"); inventoryVarianceService.deleteAll();