From 351b9a53cb9ecebdf8f79db0117f540d9c42c2a4 Mon Sep 17 00:00:00 2001
From: whycrzg <ruanzhigang@whycst.com>
Date: 星期二, 23 二月 2021 17:19:23 +0800
Subject: [PATCH] update

---
 src/main/java/com/fgkj/controller/BatttestdataController.java |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/main/java/com/fgkj/controller/BatttestdataController.java b/src/main/java/com/fgkj/controller/BatttestdataController.java
index 89c84b0..14188f3 100644
--- a/src/main/java/com/fgkj/controller/BatttestdataController.java
+++ b/src/main/java/com/fgkj/controller/BatttestdataController.java
@@ -1,13 +1,10 @@
 package com.fgkj.controller;
 
-import com.fgkj.util.*;
-
 import com.fgkj.dto.Batttestdata;
 import com.fgkj.dto.ServiceModel;
 import com.fgkj.services.BatttestdataService;
 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.RequestBody;
 import org.springframework.web.bind.annotation.RequestMapping;
@@ -18,6 +15,7 @@
 @RequestMapping("battTestData")
 @RestController
 @Api(tags = "battTestData鎺ュ彛")
+//Perry TODO
 public class BatttestdataController{
 
 	@Resource
@@ -53,7 +51,7 @@
 	 * @return
 	 */
 	@GetMapping("history_ky")
-	@ApiOperation(notes = "璺ㄥ煙璁块棶",value="鍘嗗彶鏁版嵁鏌ヨ")
+	@ApiOperation(tags = "璺ㄥ煙", notes = "",value="鍘嗗彶鏁版嵁鏌ヨ 璺ㄥ煙涓撶敤")
 	public ServiceModel findhistory_ky(@RequestBody Batttestdata btd){
 		// btd = ActionUtil.getGson().fromJson(json, Batttestdata.class);
 		ServiceModel model = service.serchByCondition_ky(btd);

--
Gitblit v1.9.1