From ea1f9115b8c83c8a614ab7ec72e5cce5d84ef0b7 Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期一, 11 十一月 2019 23:46:03 +0800
Subject: [PATCH] 删除base 头信息存在数据

---
 WebService/src/main/java/com/java110/web/controller/FlowController.java |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/WebService/src/main/java/com/java110/web/controller/FlowController.java b/WebService/src/main/java/com/java110/web/controller/FlowController.java
index 6bf2c25..71fac7e 100644
--- a/WebService/src/main/java/com/java110/web/controller/FlowController.java
+++ b/WebService/src/main/java/com/java110/web/controller/FlowController.java
@@ -1,16 +1,14 @@
 package com.java110.web.controller;
 
-import com.java110.common.constant.CommonConstant;
-import com.java110.common.util.Assert;
+import com.java110.utils.constant.CommonConstant;
+import com.java110.utils.util.Assert;
 import com.java110.core.base.controller.BaseController;
 import com.java110.core.context.IPageData;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
-import org.springframework.http.ResponseEntity;
 import org.springframework.stereotype.Controller;
 import org.springframework.web.bind.annotation.PathVariable;
 import org.springframework.web.bind.annotation.RequestMapping;
-import org.springframework.web.bind.annotation.RestController;
 
 import javax.servlet.http.HttpServletRequest;
 import java.util.Date;

--
Gitblit v1.8.0