From 710c6a4d568237016a70b74aa3769b89e336725c Mon Sep 17 00:00:00 2001 From: liurunyu <lry9898@163.com> Date: 星期二, 13 五月 2025 15:48:21 +0800 Subject: [PATCH] 1、实现功能码92、93命令web后端接口定义与逻辑代码实现; 2、修改原来功能逻辑实现的逻辑,增加回调; 3、表阀一体机协议命令结果数据库存储补充实现。 --- pipIrr-platform/pipIrr-web/pipIrr-web-wechat/src/main/resources/application-self.yml | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/pipIrr-platform/pipIrr-web/pipIrr-web-wechat/src/main/resources/application-self.yml b/pipIrr-platform/pipIrr-web/pipIrr-web-wechat/src/main/resources/application-self.yml index 91832c2..197de22 100644 --- a/pipIrr-platform/pipIrr-web/pipIrr-web-wechat/src/main/resources/application-self.yml +++ b/pipIrr-platform/pipIrr-web/pipIrr-web-wechat/src/main/resources/application-self.yml @@ -1,6 +1,3 @@ -spring: - jpa: - show-sql=true:#actutor鐨剋eb绔彛 management: server: port: ${pipIrr.wechat.actutorPort} @@ -17,6 +14,7 @@ plan: delay: 5 #杞亴涓鍒掑紑闃�鐨勫欢杩熸椂闀�(鍒嗛挓) preOpeningTime: 10 #鎻愬墠鏃堕棿(鍒嗛挓) + planTerminateLimitMinutes: 5 #璁″垝缁堟鍚庨檺鍒跺彂甯冩柊璁″垝鐨勬椂闂撮棿闅�(鍒嗛挓) #闃块噷鐭俊鏈嶅姟 aliyun: sms: -- Gitblit v1.8.0