wuyouming666
2023-12-21 d29aa05b061e635ab1b9c94db638d71e373e9fcd
springboot-vue3/src/main/java/com/example/springboot/controller/HomeController.java
@@ -195,6 +195,7 @@
        String position = jdbcConnections.SelectPositionByFrameBarcode(north_glass_buffer1.getFrameBarcode());
        if (position != null) {
          int sequence = homeMapper.SelectMaxSquence();
          homeMapper.AddOutSliceS(glassid, flip, north_glass_buffer1.getFrameBarcode(),
              north_glass_buffer1.getglasslengthmm().toString(), north_glass_buffer1.getglassheightmm().toString(),
              sequence, position, (short)0);