From c06d972894b536cd96b817c922fb73f69c9d1a71 Mon Sep 17 00:00:00 2001 From: zepengdev <lzpsmith@outlook.com> Date: Wed, 17 Sep 2025 19:28:40 +0800 Subject: [PATCH] fix: 调整店铺与商户绑定方式 --- oying-system/src/main/java/com/oying/modules/sh/rest/OrderReturnController.java | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/oying-system/src/main/java/com/oying/modules/sh/rest/OrderReturnController.java b/oying-system/src/main/java/com/oying/modules/sh/rest/OrderReturnController.java index d18b3ae..e449512 100644 --- a/oying-system/src/main/java/com/oying/modules/sh/rest/OrderReturnController.java +++ b/oying-system/src/main/java/com/oying/modules/sh/rest/OrderReturnController.java @@ -9,8 +9,6 @@ import com.oying.utils.R; import lombok.RequiredArgsConstructor; -import java.util.List; - import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; import org.springframework.security.access.prepost.PreAuthorize; -- Gitblit v1.9.3