From d799fbde44cc568a3e15d78dc6e582ff244ffa89 Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期六, 29 三月 2025 16:05:44 +0800
Subject: [PATCH] 1、卧式理片重置任务调整,避免无任务情况下无法将任务交互表的数据清掉 2、中空领取任务界面新增产品名称,便于识别产品 3、调整部分定时任务间隔时间 4、定时任务分隔开,按照两个/多个界面的websocket由一个分为多个 5、取消钢化功能开发中z

---
 hangzhoumesParent/common/servicebase/src/main/resources/application.yml |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/hangzhoumesParent/common/servicebase/src/main/resources/application.yml b/hangzhoumesParent/common/servicebase/src/main/resources/application.yml
index 79a669d..0edfb92 100644
--- a/hangzhoumesParent/common/servicebase/src/main/resources/application.yml
+++ b/hangzhoumesParent/common/servicebase/src/main/resources/application.yml
@@ -5,6 +5,4 @@
     db-config:
       logic-delete-field: deleted
       logic-delete-value: 1
-      logic-not-delete-value: 0
-mes:
-  erpUrl: http://192.168.2.100:8086
\ No newline at end of file
+      logic-not-delete-value: 0
\ No newline at end of file

--
Gitblit v1.8.0