自动化立体仓库 - WMS系统
skyouc
5 天以前 075d19c410180b7cee4068ecc75ddcc09c8a49d8
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("任务日志保存失败!!");
        }