From bb6aeccaad6a7bdf842828d6fb11f3fb61be76eb Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期六, 28 三月 2026 15:08:56 +0800
Subject: [PATCH] 关于能耗的统计调整2.0

---
 src/main/java/com/ruoyi/productionPlan/controller/SalesDeliveryController.java |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/ruoyi/productionPlan/controller/SalesDeliveryController.java b/src/main/java/com/ruoyi/productionPlan/controller/SalesDeliveryController.java
index ed76ec3..9e12996 100644
--- a/src/main/java/com/ruoyi/productionPlan/controller/SalesDeliveryController.java
+++ b/src/main/java/com/ruoyi/productionPlan/controller/SalesDeliveryController.java
@@ -1,6 +1,13 @@
 package com.ruoyi.productionPlan.controller;
 
+import com.ruoyi.energy.vo.EnergyStatisticsVo;
+import com.ruoyi.framework.web.domain.R;
+import com.ruoyi.productionPlan.pojo.SalesDelivery;
+import com.ruoyi.productionPlan.service.SalesDeliveryService;
 import io.swagger.annotations.Api;
+import io.swagger.annotations.ApiOperation;
+import org.springframework.beans.factory.annotation.Autowired;
+import org.springframework.web.bind.annotation.GetMapping;
 import org.springframework.web.bind.annotation.RequestMapping;
 import org.springframework.web.bind.annotation.RestController;
 
@@ -16,5 +23,4 @@
 @RequestMapping("/salesDelivery")
 @Api(tags = "閿�鍞彂璐ф槑缁�")
 public class SalesDeliveryController {
-
 }

--
Gitblit v1.9.3