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