src/main/java/com/zy/asrs/service/impl/WrkMastLogServiceImpl.java
@@ -36,7 +36,7 @@ } WrkMastLog mastLog = new WrkMastLog(); BeanUtils.copyProperties(mast, mastLog); mastLog.setLogId(mast.getId()); // mastLog.setLogId(mast.getId()); if (!wrkMastLogService.insert(mastLog)) { throw new CoolException("任务日志保存失败!!");