src/main/java/com/zy/asrs/service/impl/WrkMastLogServiceImpl.java
@@ -37,7 +37,9 @@ WrkMastLog mastLog = new WrkMastLog(); BeanUtils.copyProperties(mast, mastLog); // 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("任务日志保存失败!!"); }