From 0503c93fbd71df11c1f78f584ae3155db9113a01 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Mon, 06 Jun 2022 15:34:17 +0800
Subject: [PATCH] 农资统计返回修改
---
src/main/resources/application.yml | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index dcd8921..1dc6349 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -201,6 +201,10 @@
- /blade-test/**
- /farmingRecord/**
- /blade-system/dict-biz/**
+ - /stock/**
+ - /farmPlant/**
+ - /farmProductStock/**
+ - /strain/**
#授权认证配置
auth:
- method: ALL
--
Gitblit v1.9.3