From 4957e2e09fd97243e88ca0de87d121b2206cf716 Mon Sep 17 00:00:00 2001 From: "shuo.wang" Date: Tue, 30 Apr 2024 09:34:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E6=8E=89miniflush?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../webc/MiniOpenPreparationController.java | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/coolstore-partner-web/src/main/java/com/cool/store/controller/webc/MiniOpenPreparationController.java b/coolstore-partner-web/src/main/java/com/cool/store/controller/webc/MiniOpenPreparationController.java index 44f6d4598..98c8db066 100644 --- a/coolstore-partner-web/src/main/java/com/cool/store/controller/webc/MiniOpenPreparationController.java +++ b/coolstore-partner-web/src/main/java/com/cool/store/controller/webc/MiniOpenPreparationController.java @@ -37,18 +37,10 @@ import javax.annotation.Resource; public class MiniOpenPreparationController { @Resource private OpeningOperationPlanService openingOperationPlanService; - @Resource - private AuditOpeningOperationPlanService auditOpeningOperationPlanService; - @Resource - private CoolStoreStartFlowService coolStoreStartFlowService; - @Resource - private ShopStageInfoDAO shopStageInfoDAO; + @Resource private FirstOrderService firstOrderService; - @Resource - private ShopService shopService; - @Resource - private PreparationService preparationService; + @GetMapping("/openingOperationPlan/getPlan") @ApiOperation("查询开业运营方案")