From e434aa108151ca8c5b5f430be51eefdb6ef7c309 Mon Sep 17 00:00:00 2001 From: bsw215583320 <baoshiwei121@163.com> Date: 星期一, 25 十一月 2024 21:03:31 +0800 Subject: [PATCH] feat(dry): 添加工单ID查询故障记录功能 - 在 DryOpcDeviceController、OpcController 和 OpcCustomRunner 中添加 ConditionalOnProperty 注解,用于条件性地启用 OPC 相关功能 --- jeecg-module-dry/jeecg-module-dry-start/src/main/resources/application.yml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/jeecg-module-dry/jeecg-module-dry-start/src/main/resources/application.yml b/jeecg-module-dry/jeecg-module-dry-start/src/main/resources/application.yml index 0c515c9..059f5f3 100644 --- a/jeecg-module-dry/jeecg-module-dry-start/src/main/resources/application.yml +++ b/jeecg-module-dry/jeecg-module-dry-start/src/main/resources/application.yml @@ -14,4 +14,4 @@ discovery: server-addr: ${spring.cloud.nacos.config.server-addr} inetutils: - preferred-networks: 192.168 \ No newline at end of file + preferred-networks: 192.168 -- Gitblit v1.9.3