src/main/java/com/zy/asrs/service/impl/WrkMastLogServiceImpl.java
@@ -36,8 +36,10 @@ } WrkMastLog mastLog = new WrkMastLog(); BeanUtils.copyProperties(mast, mastLog); mastLog.setLogId(mast.getId()); // mastLog.setLogId(mast.getId()); mastLog.setWrkSts(mast.getWrkSts().intValue()); mastLog.setSourceStaNo(Integer.valueOf(mast.getSourceStaNo())); mastLog.setStaNo(Integer.valueOf(mast.getStaNo())); if (!wrkMastLogService.insert(mastLog)) { throw new CoolException("任务日志保存失败!!"); }