From 9cb2015a78de000c9771bd8c34ffc77dce807e88 Mon Sep 17 00:00:00 2001 From: ZengTao <2773468879@qq.com> Date: 星期一, 25 十二月 2023 14:27:13 +0800 Subject: [PATCH] 添加手动添加铝框功能,报警修改为全局报警弹出 --- springboot-vue3/src/main/java/com/example/springboot/service/OutSliceServive.java | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/springboot-vue3/src/main/java/com/example/springboot/service/OutSliceServive.java b/springboot-vue3/src/main/java/com/example/springboot/service/OutSliceServive.java index 100ac98..256c2e9 100644 --- a/springboot-vue3/src/main/java/com/example/springboot/service/OutSliceServive.java +++ b/springboot-vue3/src/main/java/com/example/springboot/service/OutSliceServive.java @@ -6,11 +6,9 @@ import java.util.Map; import org.springframework.beans.factory.annotation.Autowired; -import org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties.Storage; import org.springframework.stereotype.Service; import com.example.springboot.common.Result; -import com.example.springboot.component.S7control; import com.example.springboot.entity.Out_slice; import com.example.springboot.entity.StorageCage; import com.example.springboot.mapper.HomeMapper; @@ -26,8 +24,6 @@ @Autowired SpianService spianService; - @Autowired - private JdbcConnections jdbcConnections; public void AddOutSliceS(String[][] AluminumFrames) throws SQLException { // int sequence = homeMapper.SelectMaxSquence(); -- Gitblit v1.8.0