自动化立体仓库 - WMS系统
#
zwl
2 天以前 8ce4dcbd701b40165b0dbf365f667932cf2a8916
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("任务日志保存失败!!");