@ -2,7 +2,6 @@ package kr.xit.biz.ccn.web;
import org.springframework.context.annotation.Conditional ;
import org.springframework.context.annotation.Conditional ;
import org.springframework.http.MediaType ;
import org.springframework.http.MediaType ;
import org.springframework.web.bind.annotation.ModelAttribute ;
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 ;
@ -12,7 +11,6 @@ import io.swagger.v3.oas.annotations.Operation;
import io.swagger.v3.oas.annotations.tags.Tag ;
import io.swagger.v3.oas.annotations.tags.Tag ;
import kr.xit.biz.ccn.model.ChuncheonSndngResultDTO ;
import kr.xit.biz.ccn.model.ChuncheonSndngResultDTO ;
import kr.xit.biz.ccn.service.IBizChuncheonService ;
import kr.xit.biz.ccn.service.IBizChuncheonService ;
import kr.xit.biz.ens.model.cmm.CmmEnsFileInfDTO.FmcExcelUpload ;
import kr.xit.biz.ens.model.cntc.CntcDTO ;
import kr.xit.biz.ens.model.cntc.CntcDTO ;
import kr.xit.core.model.ApiResponseDTO ;
import kr.xit.core.model.ApiResponseDTO ;
import kr.xit.core.model.IApiResponse ;
import kr.xit.core.model.IApiResponse ;
@ -45,18 +43,6 @@ public class BizChuncheonController {
private final IBizChuncheonService service ;
private final IBizChuncheonService service ;
/ * *
* 시 설 관 리 공 단 ( Facility Management Corporation ) 전 자 고 지 대 상
* @param fileReq
* @return
* /
@Operation ( summary = "시설관리공단 전자고지 대상 엑셀업로드 처리" , description = "시설관리공단 전자고지 대상 엑셀업로드 처리<br><a href='http://localhost:8082/fmcExcelUpload.html'>전자고지연계파일처리</a>" )
@PostMapping ( value = "/fmcExcelUpload" , consumes = MediaType . MULTIPART_FORM_DATA_VALUE , produces = MediaType . APPLICATION_JSON_VALUE )
public IApiResponse fmcExcelUpload ( @ModelAttribute FmcExcelUpload fileReq ) {
String msg = service . fmcExcelUpload ( fileReq ) ;
return ApiResponseDTO . success ( fileReq , msg ) ;
}
@Operation ( summary = "발송결과정보 마스터 조회 - 시설공단 내부시스템에서 호출" , description = "발송결과정보 마스터 조회 - 시설공단 내부시스템에서 호출" )
@Operation ( summary = "발송결과정보 마스터 조회 - 시설공단 내부시스템에서 호출" , description = "발송결과정보 마스터 조회 - 시설공단 내부시스템에서 호출" )
@PostMapping ( value = "/sndng/result/master" , consumes = MediaType . APPLICATION_JSON_VALUE , produces = MediaType . APPLICATION_JSON_VALUE )
@PostMapping ( value = "/sndng/result/master" , consumes = MediaType . APPLICATION_JSON_VALUE , produces = MediaType . APPLICATION_JSON_VALUE )
public IApiResponse findSndngResultMaster ( @RequestBody ChuncheonSndngResultDTO . RsltChuncheonRequest reqDTO ) {
public IApiResponse findSndngResultMaster ( @RequestBody ChuncheonSndngResultDTO . RsltChuncheonRequest reqDTO ) {