CZT
2023-08-14 096ed3f92817b4f95f90b2a572667ecb6679c91a
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) {