Junjie
2023-05-15 f13c3c30079b05f5e58f8e86a339ca9b4b7ea002
src/main/java/com/zy/asrs/controller/ConsoleController.java
@@ -295,7 +295,7 @@
    @GetMapping("/barcode/output/site")
    public R crnOutput(){
        ArrayList<JSONObject> jsonObjects = new ArrayList<>(OutputQueue.BARCODE);
        ArrayList<JSONObject> jsonObjects = new ArrayList<>(OutputQueue.SCALE);
        jsonObjects.sort(new Comparator<JSONObject>() {
            @Override
            public int compare(JSONObject o1, JSONObject o2) {