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