自动化立体仓库 - WMS系统
skyouc
6 天以前 c4c82d17fed4f68562650e000c23e3eef8db8f43
src/main/java/com/zy/asrs/service/impl/WrkMastLogServiceImpl.java
@@ -36,8 +36,8 @@
        }
        WrkMastLog mastLog = new WrkMastLog();
        BeanUtils.copyProperties(mast, mastLog);
        mastLog.setLogId(mast.getId());
//        mastLog.setLogId(mast.getId());
//
        if (!wrkMastLogService.insert(mastLog)) {
            throw new CoolException("任务日志保存失败!!");
        }