#
tqs
2023-03-06 398a0ea330d94bc4df491dd43d7a98662c6a5157
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) {