From c19bcccbe4f091b4286a3ff40ee4a97c4e9848d6 Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期四, 19 三月 2026 10:22:37 +0800
Subject: [PATCH] 修改bom产品信息,如果有关联生成订单完成数量>0,则不许改;否则修改关联的产品结构,订单产品信息,工艺路线产品信息
---
src/main/resources/application-kthg.yml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/resources/application-kthg.yml b/src/main/resources/application-kthg.yml
index a95172a..72ab6b4 100644
--- a/src/main/resources/application-kthg.yml
+++ b/src/main/resources/application-kthg.yml
@@ -75,7 +75,7 @@
# 涓诲簱鏁版嵁婧�
master:
# url: jdbc:mysql://localhost:3306/product-inventory-management-new?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
- url: jdbc:mysql://1.15.17.182:9999/product-inventory-management-kthg?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
+ url: jdbc:mysql://172.17.0.1:3306/product-inventory-management-kthg?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username: root
password: xd@123456..
# 浠庡簱鏁版嵁婧�
@@ -256,4 +256,4 @@
# temp-dir: D:/ruoyi/temp/uploads # 涓存椂鐩綍
# upload-dir: D:/ruoyi/prod/uploads # 姝e紡鐩綍
temp-dir: /javaWork/product-inventory-management/file/temp/uploads
- upload-dir: /javaWork/product-inventory-management/file/prod/uploads
\ No newline at end of file
+ upload-dir: /javaWork/product-inventory-management/file/prod/uploads
--
Gitblit v1.9.3