clll
2023-11-09 a8d31b3d7b6e0d60b8045ace9be49cdfb590696f
springboot-vue3/src/main/java/com/example/springboot/service/SpianService.java
@@ -37,7 +37,7 @@
        if (glasslist == null) {
            return (300);
        }
        double widths = glasslist.getWidth();
        double widths = glasslist.getwidth();
        String orderids = glasslist.getOrderId();
        List<String> adddresslist = new ArrayList<>();
@@ -74,7 +74,7 @@
                cells = cages1.getCell();// 格子号
                prcid = cages1.getPrcId();// 传给prc的目标地id
                width = cages1.getWidth();// 格子剩余宽度
                widths = glasslist.getWidth();
                widths = glasslist.getwidth();
                // 执行进片
                datas.add((short) 1000);
@@ -143,7 +143,7 @@
                    // 数据库修改笼子表新增一条玻璃
                    for (int i = 2; i > 0; i--) {
                        Glass qglass = spianMapper.SelectQueueGlass(i);
                        width = qglass.getWidth();// 格子剩余宽度
                        width = qglass.getwidth();// 格子剩余宽度
                        spianMapper.UpdataAddqueCage(qglass.getOrderId(), qglass.getGlassId(), width, cage1, cells, i,
                                1);
                        spianMapper.UpdataAddCage1(width, cage1, cells);// 减少格子宽度
@@ -166,7 +166,7 @@
                Glass qglass = spianMapper.SelectQueueGlass(i);
                String orderid = qglass.getOrderId().toString();
                String glassid = qglass.getGlassId();
                widths = qglass.getWidth();
                widths = qglass.getwidth();
                List<StorageCage> storageCage = spianMapper.selectAll(orderid);
                if (storageCage == null) {
                    return (400);
@@ -192,7 +192,7 @@
                        cells = cages1.getCell();// 格子号
                        prcid = cages1.getPrcId();// 传给prc的目标地id
                        width = cages1.getWidth();// 格子剩余宽度
                        widths = qglass.getWidth();
                        widths = qglass.getwidth();
                        // 执行进片
                        datas.add((short) 1000);