|
|
@@ -2,7 +2,6 @@ package com.goafanti.app.controller;
|
|
|
|
|
|
import javax.annotation.Resource;
|
|
|
|
|
|
-import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
import org.springframework.web.bind.annotation.RequestMethod;
|
|
|
import org.springframework.web.bind.annotation.RestController;
|
|
|
@@ -11,7 +10,6 @@ import com.goafanti.achievement.service.AchievementInterestService;
|
|
|
import com.goafanti.achievement.service.AchievementService;
|
|
|
import com.goafanti.common.bo.Result;
|
|
|
import com.goafanti.common.controller.BaseApiController;
|
|
|
-import com.goafanti.common.dao.AppConfigMapper;
|
|
|
import com.goafanti.common.utils.StringUtils;
|
|
|
import com.goafanti.demand.service.DemandService;
|
|
|
import com.goafanti.user.service.UserIdentityService;
|