wu
2024-01-11 df856570b237ad66ce8c5383211acd58b6d49fda
springboot-vue3/src/main/java/com/example/springboot/service/SpianService.java
@@ -47,7 +47,11 @@
        // String orderid="A001";
        // 获取订单相关度最高的笼子排序
        List<StorageCage> storageCage = spianMapper.selectAll(orderids,FrameBarcode);
        List<StorageCage> storageCage = spianMapper.selectAllFbarcode(FrameBarcode);
        if (storageCage.size() == 0) {
            storageCage = spianMapper.selectAll(orderids, FrameBarcode);
        }
        if (storageCage == null) {
            return (400);
        }
@@ -144,7 +148,6 @@
        int cages;
        int cells;
        double glasswidth = cageout.getGlassWidth();
       
        // 判断玻璃内外片
        if (tier == 2) {