vince
2023-07-20 e4609e7ea92f3939802fafc15fd784213ed00b5f
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) {