jiazx0107@163.com
2023-08-11 be175fe739e687cd1d45da58f2cb7dd0c36d001f
igds-inout/src/main/java/com/ld/igds/m/service/HVarietyChangeService.java
@@ -158,7 +158,7 @@
            cacheId = freightId + timeKey + String.format("%03d", i);
        } else {
            Map<String, Object> args = new HashMap<>();
            args.put("timeKey", "%" + freightId + timeKey + "%");
            args.put("timeKey", freightId + timeKey + "%");
            List<InoutVarietyChange> result = getMaxId(args);
            if (null == result || result.size() == 0) {