From 5996a0b532f499679c31afc78558689c957ef14c Mon Sep 17 00:00:00 2001 From: HuangHuiKang Date: Thu, 21 May 2026 16:54:34 +0800 Subject: [PATCH 1/2] =?UTF-8?q?fix:=E5=85=B3=E9=97=AD=E7=BA=BF=E4=B8=8A?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E6=96=87=E6=A1=A3=E8=AE=BF=E9=97=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yudao-server/src/main/resources/application.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yudao-server/src/main/resources/application.yaml b/yudao-server/src/main/resources/application.yaml index fb3a8c322..33974fb04 100644 --- a/yudao-server/src/main/resources/application.yaml +++ b/yudao-server/src/main/resources/application.yaml @@ -40,15 +40,15 @@ server: springdoc: api-docs: - enabled: true + enabled: false path: /v3/api-docs swagger-ui: - enabled: true + enabled: false path: /swagger-ui default-flat-param-object: true # 参见 https://doc.xiaominfo.com/docs/faq/v4/knife4j-parameterobject-flat-param 文档 knife4j: - enable: true + enable: false setting: language: zh_cn From 50fa59507e7fc714fccb5ff98fca21b980a632d7 Mon Sep 17 00:00:00 2001 From: HuangHuiKang Date: Fri, 22 May 2026 10:22:42 +0800 Subject: [PATCH 2/2] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8D=E6=89=93=E5=8D=B0?= =?UTF-8?q?=E6=A8=A1=E6=9D=BF=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/mold/MoldMapper.xml | 2 ++ .../src/main/resources/mapper/product/ErpProductMapper.xml | 1 + .../mapper/criticalcomponent/CriticalComponentMapper.xml | 2 ++ .../main/resources/mapper/deviceledger/DeviceledgerMapper.xml | 2 ++ 4 files changed, 7 insertions(+) diff --git a/yudao-module-common/yudao-module-common-biz/src/main/resources/mapper/mold/MoldMapper.xml b/yudao-module-common/yudao-module-common-biz/src/main/resources/mapper/mold/MoldMapper.xml index 134dc7a17..3499e337e 100644 --- a/yudao-module-common/yudao-module-common-biz/src/main/resources/mapper/mold/MoldMapper.xml +++ b/yudao-module-common/yudao-module-common-biz/src/main/resources/mapper/mold/MoldMapper.xml @@ -13,5 +13,7 @@ from mes_print_template where deleted = 0 and template_type = 4 + and template_biz_type = 1 + \ No newline at end of file diff --git a/yudao-module-erp/yudao-module-erp-biz/src/main/resources/mapper/product/ErpProductMapper.xml b/yudao-module-erp/yudao-module-erp-biz/src/main/resources/mapper/product/ErpProductMapper.xml index af337fa0f..284e682ce 100644 --- a/yudao-module-erp/yudao-module-erp-biz/src/main/resources/mapper/product/ErpProductMapper.xml +++ b/yudao-module-erp/yudao-module-erp-biz/src/main/resources/mapper/product/ErpProductMapper.xml @@ -53,6 +53,7 @@ from mes_print_template where deleted = 0 and template_type = #{templateType} + and template_biz_type = 1 diff --git a/yudao-module-mes/yudao-module-mes-biz/src/main/resources/mapper/criticalcomponent/CriticalComponentMapper.xml b/yudao-module-mes/yudao-module-mes-biz/src/main/resources/mapper/criticalcomponent/CriticalComponentMapper.xml index 90231ffbc..650c79df5 100644 --- a/yudao-module-mes/yudao-module-mes-biz/src/main/resources/mapper/criticalcomponent/CriticalComponentMapper.xml +++ b/yudao-module-mes/yudao-module-mes-biz/src/main/resources/mapper/criticalcomponent/CriticalComponentMapper.xml @@ -14,6 +14,8 @@ from mes_print_template where deleted = 0 and template_type = 3 + and template_biz_type = 1 + \ No newline at end of file diff --git a/yudao-module-mes/yudao-module-mes-biz/src/main/resources/mapper/deviceledger/DeviceledgerMapper.xml b/yudao-module-mes/yudao-module-mes-biz/src/main/resources/mapper/deviceledger/DeviceledgerMapper.xml index 2e707ae3f..e269cb64a 100644 --- a/yudao-module-mes/yudao-module-mes-biz/src/main/resources/mapper/deviceledger/DeviceledgerMapper.xml +++ b/yudao-module-mes/yudao-module-mes-biz/src/main/resources/mapper/deviceledger/DeviceledgerMapper.xml @@ -32,5 +32,7 @@ from mes_print_template where deleted = 0 and template_type = 2 + and template_biz_type = 1 + \ No newline at end of file