From 58d7b0e12ccd92cf3934f6582b51b5fbcecaa39a Mon Sep 17 00:00:00 2001 From: ZengTao <2773468879@qq.com> Date: 星期四, 09 五月 2024 09:42:41 +0800 Subject: [PATCH] 修改注入方式 --- springboot-vue3/src/main/java/com/example/springboot/service/North_Glass_Buffer1Service.java | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/springboot-vue3/src/main/java/com/example/springboot/service/North_Glass_Buffer1Service.java b/springboot-vue3/src/main/java/com/example/springboot/service/North_Glass_Buffer1Service.java index 364e0cc..fcb0582 100644 --- a/springboot-vue3/src/main/java/com/example/springboot/service/North_Glass_Buffer1Service.java +++ b/springboot-vue3/src/main/java/com/example/springboot/service/North_Glass_Buffer1Service.java @@ -56,7 +56,7 @@ north_glass_buffer1.setstorageCage(homeMapper.SelectStorageGlassById(north_glass_buffer1.getbarcode())); north_glass_buffer1.setOut_slice(homeMapper.SelectQueueByglassid(north_glass_buffer1.getbarcode())); } - // 瀵瑰祵濂楃被鐨勫叾涓竴鍒楄繘琛屾帓搴� + // 瀵瑰祵濂楃被杩涜鎺掑簭 Collections.sort(listAluminumFrame, new north_glass_buffer1Comparator()); return listAluminumFrame; } @@ -66,6 +66,8 @@ List<north_glass_buffer1> north_glass_buffer1s = SelectAluminumFrameInfoById(FrameBarcode); String flip = jdbcConnections.SelectFlipByFrameBarcode(FrameBarcode); String position = jdbcConnections.SelectPositionByFrameBarcode(FrameBarcode); + String framelength=jdbcConnections.SelectFrameLengthByFrameBarcode(FrameBarcode); + String frameheight=jdbcConnections.SelectFrameHeightByFrameBarcode(FrameBarcode); int sequence = homeMapper.SelectMaxSquence(); for (north_glass_buffer1 north_glass_buffer1 : north_glass_buffer1s) { Short state = 0; @@ -78,7 +80,7 @@ north_glass_buffer1.getglassheightmm().toString(), sequence, position, state, north_glass_buffer1.getordernumber(), north_glass_buffer1.getlistnumber(), north_glass_buffer1.getboxnumber(), north_glass_buffer1.getglasslength().toString(), - north_glass_buffer1.getglassheight().toString()); + north_glass_buffer1.getglassheight().toString(),framelength,frameheight); sequence += 1; } } -- Gitblit v1.8.0