Browse Source

服务显示BUG修复

anderx 8 years ago
parent
commit
189e75ce7a

+ 4 - 4
src/main/java/com/goafanti/app/controller/AppServiceController.java

@@ -5,9 +5,9 @@ import org.springframework.web.bind.annotation.RequestMapping;
 import org.springframework.web.bind.annotation.RequestMethod;
 import org.springframework.web.bind.annotation.RestController;
 
-import com.alibaba.fastjson.JSONObject;
+
 import com.goafanti.admin.service.AdminService;
-import com.goafanti.app.bo.ProjectBo;
+
 import com.goafanti.app.bo.ServiceImages;
 import com.goafanti.business.service.BusinessVarietiesService;
 import com.goafanti.business.service.BusinessProjectService;
@@ -15,12 +15,12 @@ import com.goafanti.common.bo.Result;
 import com.goafanti.common.constant.ErrorConstants;
 import com.goafanti.common.controller.BaseApiController;
 import com.goafanti.common.utils.StringUtils;
-import com.goafanti.core.mybatis.page.Pagination;
+
 import com.goafanti.user.service.UserIdentityService;
 
 
 @RestController
-@RequestMapping(path = "/open/app/service", method = RequestMethod.GET)
+@RequestMapping(path = "/app/service", method = RequestMethod.GET)
 public class AppServiceController extends BaseApiController {
 	@Resource
 	private BusinessVarietiesService	adminVarietiesService;