自动化立体仓库 - WMS系统
pjb
1 天以前 2ded9514aa9a93ee440af0b1437d788fb052028b
src/main/java/com/zy/asrs/task/WorkLogScheduler.java
@@ -29,7 +29,7 @@
    private LocMastService locMastService;
    @Scheduled(cron = "0/3 * * * * ? ")
    private void execute(){
    public void execute(){
        List<WrkMast> wrkMasts = wrkMastService.selectToBeHistoryData();
        if (wrkMasts.isEmpty()) {
            return;