springboot-vue3/src/main/java/com/example/springboot/controller/HomeController.java
@@ -195,9 +195,10 @@ 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, 0); sequence, position, (short)0); map.put("message2", "200"); } else { map.put("message2", "300");