From f717b57409701d7899a9d063102e5232d961717a Mon Sep 17 00:00:00 2001 From: gaoqr <13665037151@163.com> Date: Fri, 7 Aug 2026 14:29:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E8=A1=A8=E5=BE=AE=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=A7=9F=E6=88=B7=E8=A1=A8=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application-dev.yaml | 3 +++ .../src/main/resources/application-local.yaml | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/cf-module-report/cf-module-report-biz/src/main/resources/application-dev.yaml b/cf-module-report/cf-module-report-biz/src/main/resources/application-dev.yaml index ad76d1854..8e2339cb9 100644 --- a/cf-module-report/cf-module-report-biz/src/main/resources/application-dev.yaml +++ b/cf-module-report/cf-module-report-biz/src/main/resources/application-dev.yaml @@ -150,3 +150,6 @@ chenfeng: - order_remain_plate - orders - plate + - order_plate_veneer + - order_veneer_goods + - order_veneer_plan diff --git a/cf-module-report/cf-module-report-biz/src/main/resources/application-local.yaml b/cf-module-report/cf-module-report-biz/src/main/resources/application-local.yaml index 8c388ffe4..109916e97 100644 --- a/cf-module-report/cf-module-report-biz/src/main/resources/application-local.yaml +++ b/cf-module-report/cf-module-report-biz/src/main/resources/application-local.yaml @@ -169,4 +169,7 @@ chenfeng: - order_prepackaged - order_remain_plate - orders - - plate \ No newline at end of file + - plate + - order_plate_veneer + - order_veneer_goods + - order_veneer_plan \ No newline at end of file