|
@@ -18,20 +18,16 @@ import com.ozs.plan.doman.vo.requestVo.PlanQuarterStandardVo;
|
|
import com.ozs.plan.doman.vo.responseVo.PlanQuarterResponseVo;
|
|
import com.ozs.plan.doman.vo.responseVo.PlanQuarterResponseVo;
|
|
import com.ozs.plan.service.PlanQuarterService;
|
|
import com.ozs.plan.service.PlanQuarterService;
|
|
import com.ozs.plan.service.impl.PlanQuarterServiceImpl;
|
|
import com.ozs.plan.service.impl.PlanQuarterServiceImpl;
|
|
-import com.ozs.system.service.ISysDeptService;
|
|
|
|
import io.swagger.annotations.Api;
|
|
import io.swagger.annotations.Api;
|
|
import io.swagger.annotations.ApiOperation;
|
|
import io.swagger.annotations.ApiOperation;
|
|
import lombok.extern.slf4j.Slf4j;
|
|
import lombok.extern.slf4j.Slf4j;
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
-import org.springframework.http.MediaType;
|
|
|
|
import org.springframework.security.access.prepost.PreAuthorize;
|
|
import org.springframework.security.access.prepost.PreAuthorize;
|
|
import org.springframework.util.ObjectUtils;
|
|
import org.springframework.util.ObjectUtils;
|
|
-import org.springframework.web.bind.annotation.GetMapping;
|
|
|
|
import org.springframework.web.bind.annotation.PostMapping;
|
|
import org.springframework.web.bind.annotation.PostMapping;
|
|
import org.springframework.web.bind.annotation.RequestBody;
|
|
import org.springframework.web.bind.annotation.RequestBody;
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
import org.springframework.web.bind.annotation.RestController;
|
|
import org.springframework.web.bind.annotation.RestController;
|
|
-import org.springframework.web.multipart.MultipartFile;
|
|
|
|
|
|
|
|
import javax.servlet.http.HttpServletRequest;
|
|
import javax.servlet.http.HttpServletRequest;
|
|
import javax.servlet.http.HttpServletResponse;
|
|
import javax.servlet.http.HttpServletResponse;
|
|
@@ -57,8 +53,6 @@ public class PlanQuarterController extends BaseController {
|
|
private PlanQuarterServiceImpl quarterServiceImpl;
|
|
private PlanQuarterServiceImpl quarterServiceImpl;
|
|
@Autowired
|
|
@Autowired
|
|
private TokenService tokenService;
|
|
private TokenService tokenService;
|
|
- @Autowired
|
|
|
|
- private ISysDeptService iSysDeptService;
|
|
|
|
|
|
|
|
@ApiOperation(value = "查询季度计划")
|
|
@ApiOperation(value = "查询季度计划")
|
|
@PostMapping("/list")
|
|
@PostMapping("/list")
|