From c8303f55819e2d8b5a56e6316f79c2250d9b659c Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期日, 08 十月 2023 21:16:09 +0800
Subject: [PATCH] 工序更新时保存使用的工艺参数编号

---
 test/plc_test.go |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/test/plc_test.go b/test/plc_test.go
index 0b5f564..92ea393 100644
--- a/test/plc_test.go
+++ b/test/plc_test.go
@@ -9,9 +9,9 @@
 
 func TestWriteHoldingRegister(t *testing.T) {
 	Init()
-	ipPort := "192.168.20.250:502"
-	address := 1104
-	value := 1104
+	ipPort := "127.0.0.1:502"
+	address := 1001
+	value := 1001
 	err := service.WriteHoldingRegister(ipPort, address, value)
 	if err != nil {
 		log.Fatal(err)

--
Gitblit v1.8.0