src/main/java/com/zy/asrs/service/impl/WrkMastLogServiceImpl.java
@@ -36,6 +36,15 @@ } WrkMastLog mastLog = new WrkMastLog(); BeanUtils.copyProperties(mast, mastLog); if (mastLog.getIoType() == 101) { mastLog.setWrkSts(15); mastLog.setSourceLocNo(mast.getSourceLocNo()); mastLog.setStaNo(Integer.parseInt(mast.getStaNo())); } else { mastLog.setWrkSts(5); mastLog.setSourceStaNo(Integer.parseInt(mast.getSourceStaNo())); mastLog.setLocNo(mast.getLocNo()); } mastLog.setLogId(mast.getId()); if (!wrkMastLogService.insert(mastLog)) {