From 896b7f70cb51e46cbfa6d9ef2938ebfd38b70c92 Mon Sep 17 00:00:00 2001
From: liurunyu <lry9898@163.com>
Date: 星期四, 14 八月 2025 11:34:30 +0800
Subject: [PATCH] 有wechat模块中查询水肥机、墒情站、气象站最新数据与在线情况中的登录验证注解去掉
---
pipIrr-platform/pipIrr-web/pipIrr-web-wechat/src/main/java/com/dy/pipIrrWechat/mqtt/MqttCtrl.java | 4 ----
pipIrr-platform/pipIrr-web/pipIrr-web-wechat/src/main/java/com/dy/pipIrrWechat/mqtt/MqttLastCtrl.java | 3 ---
2 files changed, 0 insertions(+), 7 deletions(-)
diff --git a/pipIrr-platform/pipIrr-web/pipIrr-web-wechat/src/main/java/com/dy/pipIrrWechat/mqtt/MqttCtrl.java b/pipIrr-platform/pipIrr-web/pipIrr-web-wechat/src/main/java/com/dy/pipIrrWechat/mqtt/MqttCtrl.java
index 2632209..a728d96 100644
--- a/pipIrr-platform/pipIrr-web/pipIrr-web-wechat/src/main/java/com/dy/pipIrrWechat/mqtt/MqttCtrl.java
+++ b/pipIrr-platform/pipIrr-web/pipIrr-web-wechat/src/main/java/com/dy/pipIrrWechat/mqtt/MqttCtrl.java
@@ -55,7 +55,6 @@
)
})
@GetMapping(path = "allSimple")
- @SsoAop()
public BaseResponse<MqttVo> allSimple() {
try {
MqttVo reVo = new MqttVo() ;
@@ -85,7 +84,6 @@
)
})
@GetMapping(path = "allManureSimple")
- @SsoAop()
public BaseResponse<List<VoMqttSimple>> allManureSimple() {
try {
List<VoMqttSimple> list = this.sv.allManureSimple() ;
@@ -111,7 +109,6 @@
)
})
@GetMapping(path = "allSoilSimple")
- @SsoAop()
public BaseResponse<List<VoMqttSimple>> allSoilSimple() {
try {
List<VoMqttSimple> list = this.sv.allSoilSimple() ;
@@ -137,7 +134,6 @@
)
})
@GetMapping(path = "allWeatherSimple")
- @SsoAop()
public BaseResponse<List<VoMqttSimple>> allWeatherSimple() {
try {
List<VoMqttSimple> list = this.sv.allWeatherSimple() ;
diff --git a/pipIrr-platform/pipIrr-web/pipIrr-web-wechat/src/main/java/com/dy/pipIrrWechat/mqtt/MqttLastCtrl.java b/pipIrr-platform/pipIrr-web/pipIrr-web-wechat/src/main/java/com/dy/pipIrrWechat/mqtt/MqttLastCtrl.java
index 93a8ed6..faef1c5 100644
--- a/pipIrr-platform/pipIrr-web/pipIrr-web-wechat/src/main/java/com/dy/pipIrrWechat/mqtt/MqttLastCtrl.java
+++ b/pipIrr-platform/pipIrr-web/pipIrr-web-wechat/src/main/java/com/dy/pipIrrWechat/mqtt/MqttLastCtrl.java
@@ -41,7 +41,6 @@
* @return
*/
@GetMapping(path = "oneManureLast")
- @SsoAop()
public BaseResponse<VoManureLast> oneManureLast(Long manureId){
try {
if(manureId == null){
@@ -66,7 +65,6 @@
* @return
*/
@GetMapping(path = "oneSoilLast")
- @SsoAop()
public BaseResponse<VoSoil> oneSoilLast(Long soilId){
try {
if(soilId == null){
@@ -90,7 +88,6 @@
* @return
*/
@GetMapping(path = "oneWeatherLast")
- @SsoAop()
public BaseResponse<VoWeather> oneWeatherLast(Long weatherId){
try {
if(weatherId == null){
--
Gitblit v1.8.0