自动化立体仓库 - WMS系统
#
whycq
2024-06-26 a688149a4196f05f19d0b9aa7a084217fb89ef4c
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();