自动化立体仓库 - WMS系统
zyh
4 天以前 ba15ec7be47104b796f2098eedfbe9feb9c0ffc5
src/main/java/com/zy/asrs/service/impl/TaskLogServiceImpl.java
@@ -40,10 +40,8 @@
        BeanUtils.copyProperties(task, taskLog);
        taskLog.setLogId(task.getId());
        if (!this.insert(taskLog)) {
            throw new CoolException("任务日志保存失败!!");
        }
        this.insert(taskLog);
        return false;
        return true;
    }
}