自动化立体仓库 - WMS系统
ZY
2024-09-18 9464abb3b9c67bd5e9fb23502e51518cb61d8541
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();