|
|
@ -1,12 +1,10 @@
|
|
|
|
package cokr.xit.adds.nims.web;
|
|
|
|
package cokr.xit.adds.nims.web;
|
|
|
|
|
|
|
|
|
|
|
|
import java.io.File;
|
|
|
|
import java.io.File;
|
|
|
|
import java.net.http.HttpResponse;
|
|
|
|
|
|
|
|
import java.util.ArrayList;
|
|
|
|
import java.util.ArrayList;
|
|
|
|
import java.util.HashMap;
|
|
|
|
import java.util.HashMap;
|
|
|
|
import java.util.List;
|
|
|
|
import java.util.List;
|
|
|
|
import java.util.Map;
|
|
|
|
import java.util.Map;
|
|
|
|
import java.util.function.Consumer;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import javax.annotation.Resource;
|
|
|
|
import javax.annotation.Resource;
|
|
|
|
|
|
|
|
|
|
|
@ -33,24 +31,20 @@ import cokr.xit.adds.cmmn.hwp.format.DisposeProcessDetails;
|
|
|
|
import cokr.xit.adds.cmmn.hwp.format.DisposeResultReport;
|
|
|
|
import cokr.xit.adds.cmmn.hwp.format.DisposeResultReport;
|
|
|
|
import cokr.xit.adds.nims.DsuseMgtDocQuery;
|
|
|
|
import cokr.xit.adds.nims.DsuseMgtDocQuery;
|
|
|
|
import cokr.xit.adds.nims.DsuseMgtReceiptQuery;
|
|
|
|
import cokr.xit.adds.nims.DsuseMgtReceiptQuery;
|
|
|
|
import cokr.xit.adds.nims.ProductQuery;
|
|
|
|
|
|
|
|
import cokr.xit.adds.nims.service.DsuseMgtDocService;
|
|
|
|
import cokr.xit.adds.nims.service.DsuseMgtDocService;
|
|
|
|
import cokr.xit.adds.nims.service.DsuseMgtReceiptService;
|
|
|
|
import cokr.xit.adds.nims.service.DsuseMgtReceiptService;
|
|
|
|
import cokr.xit.applib.Print;
|
|
|
|
import cokr.xit.applib.Print;
|
|
|
|
import cokr.xit.applib.PrintOption;
|
|
|
|
import cokr.xit.applib.PrintOption;
|
|
|
|
import cokr.xit.applib.ogdp.OgdpQuery;
|
|
|
|
|
|
|
|
import cokr.xit.applib.ogdp.service.bean.DefaultOgdpBean;
|
|
|
|
|
|
|
|
import cokr.xit.base.code.CommonCode;
|
|
|
|
import cokr.xit.base.code.CommonCode;
|
|
|
|
import cokr.xit.base.file.FileInfo;
|
|
|
|
import cokr.xit.base.file.FileInfo;
|
|
|
|
import cokr.xit.base.file.FileInfo.Relation;
|
|
|
|
import cokr.xit.base.file.FileInfo.Relation;
|
|
|
|
import cokr.xit.base.file.service.FileQuery;
|
|
|
|
import cokr.xit.base.file.service.FileQuery;
|
|
|
|
import cokr.xit.base.file.service.FileService;
|
|
|
|
import cokr.xit.base.file.service.FileService;
|
|
|
|
|
|
|
|
import cokr.xit.base.user.DepartmentQuery;
|
|
|
|
|
|
|
|
import cokr.xit.base.user.service.SigunguDepartmentService;
|
|
|
|
import cokr.xit.base.web.ApplicationController;
|
|
|
|
import cokr.xit.base.web.ApplicationController;
|
|
|
|
import cokr.xit.foundation.data.DataObject;
|
|
|
|
import cokr.xit.foundation.data.DataObject;
|
|
|
|
import cokr.xit.foundation.data.JSON;
|
|
|
|
import cokr.xit.foundation.data.JSON;
|
|
|
|
import cokr.xit.foundation.web.WebClient;
|
|
|
|
|
|
|
|
import net.minidev.json.JSONObject;
|
|
|
|
|
|
|
|
import net.minidev.json.parser.ParseException;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Controller
|
|
|
|
@Controller
|
|
|
|
@RequestMapping(
|
|
|
|
@RequestMapping(
|
|
|
@ -67,6 +61,12 @@ public class AddsNimsController extends ApplicationController {
|
|
|
|
@Value("${app.inf.nims.api.bsshInfo}")
|
|
|
|
@Value("${app.inf.nims.api.bsshInfo}")
|
|
|
|
private String bsshInfoEndpoint;
|
|
|
|
private String bsshInfoEndpoint;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Value("${app.inf.nims.api.productInfo}")
|
|
|
|
|
|
|
|
private String productInfoEndpoint;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Value("${app.inf.nims.api.seqInfo}")
|
|
|
|
|
|
|
|
private String productSeqInfoEndpoint;
|
|
|
|
|
|
|
|
|
|
|
|
@Value("${app.inf.nims.api.productAndseqInfo}")
|
|
|
|
@Value("${app.inf.nims.api.productAndseqInfo}")
|
|
|
|
private String productAndseqInfoEndpoint;
|
|
|
|
private String productAndseqInfoEndpoint;
|
|
|
|
|
|
|
|
|
|
|
@ -484,72 +484,27 @@ public class AddsNimsController extends ApplicationController {
|
|
|
|
//-------------------------------------------------------------------------------------------------
|
|
|
|
//-------------------------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
|
//TODO : 서버통신으로 변경 할것
|
|
|
|
//TODO : 서버통신으로 변경 할것
|
|
|
|
@RequestMapping(value = "/getNimsProductInfoKdAndMnfSeqInfo.do", name="제품 & 시리얼번호 검색", produces = "application/json;charset=UTF-8")
|
|
|
|
|
|
|
|
public @ResponseBody ApiBaseResponse<List<JSONObject>> getNimsProductInfoKdAndMnfSeqInfo(@ModelAttribute NimsApiRequest.ProductInfoReq dto) throws JsonProcessingException, ParseException {
|
|
|
|
|
|
|
|
String rslt = ApiUtil.callNimsApi(apiHost + productAndseqInfoEndpoint, dto);
|
|
|
|
|
|
|
|
return json.parse(rslt, new TypeReference<>() {});
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@RequestMapping(value = "/getNimsBsshInfoSt.do", name="업체(마약류취급자) 검색", produces = "application/json;charset=UTF-8")
|
|
|
|
@RequestMapping(value = "/getNimsBsshInfoSt.do", name="업체(마약류취급자) 검색", produces = "application/json;charset=UTF-8")
|
|
|
|
public @ResponseBody ApiBaseResponse<List<JSONObject>> getNimsBsshInfoSt(@ModelAttribute NimsApiRequest.BsshInfoReq dto) throws JsonProcessingException, ParseException {
|
|
|
|
public @ResponseBody ApiBaseResponse<List<JSONObject>> getNimsBsshInfoSt(@ModelAttribute NimsApiRequest.BsshInfoReq dto) throws JsonProcessingException, ParseException {
|
|
|
|
String rslt = ApiUtil.callNimsApi(apiHost + bsshInfoEndpoint, dto);
|
|
|
|
String rslt = ApiUtil.callNimsApi(apiHost + bsshInfoEndpoint, dto);
|
|
|
|
return json.parse(rslt, new TypeReference<>() {});
|
|
|
|
return json.parse(rslt, new TypeReference<>() {});
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
//TODO : 서버통신으로 변경 할것
|
|
|
|
@RequestMapping(value = "/getNimsProductInfoKd.do", name="제품 검색", produces = "application/json;charset=UTF-8")
|
|
|
|
@RequestMapping(name="업체(마약류취급자) 검색", value="")
|
|
|
|
public @ResponseBody ApiBaseResponse<List<JSONObject>> getNimsProductInfoKd(@ModelAttribute NimsApiRequest.ProductInfoReq dto) throws JsonProcessingException, ParseException {
|
|
|
|
public ModelAndView getbsshList2(ProductQuery query) throws JsonProcessingException, ParseException {
|
|
|
|
String rslt = ApiUtil.callNimsApi(apiHost + productInfoEndpoint, dto);
|
|
|
|
ModelAndView mav = new ModelAndView();
|
|
|
|
return json.parse(rslt, new TypeReference<>() {});
|
|
|
|
JSON json = new JSON();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
System.out.println("취급자 조회 : " + query.getSchProductCd());
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
mav.setViewName("jsonView");
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
String sMethod = "POST";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
DataObject dataObject = new DataObject();
|
|
|
|
|
|
|
|
//dataObject.put("k","");
|
|
|
|
|
|
|
|
dataObject.put("fg","1");
|
|
|
|
|
|
|
|
dataObject.put("pg","1");
|
|
|
|
|
|
|
|
dataObject.put("ymd","");
|
|
|
|
|
|
|
|
dataObject.put("fg2","");
|
|
|
|
|
|
|
|
//query.setSchProductCd("8806578045922");
|
|
|
|
|
|
|
|
if(!isEmpty(query.getSchProductCd())) dataObject.put("p",query.getSchProductCd());
|
|
|
|
|
|
|
|
if(!isEmpty(query.getSchProductNm())) dataObject.put("pn",query.getSchProductNm());
|
|
|
|
|
|
|
|
dataObject.put("dbSkipYn","N");
|
|
|
|
|
|
|
|
dataObject.put("userId","suji");
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Consumer<WebClient.Request> configurer = (request) -> {
|
|
|
|
|
|
|
|
request.uri(apiHost + "/api/biz/nims/v1/getNimsBsshInfoSt")
|
|
|
|
|
|
|
|
.contentType(WebClient.Request.ContentType.JSON)
|
|
|
|
|
|
|
|
.bodyData(json.stringify(dataObject));
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
HttpResponse<String> hresp = null;
|
|
|
|
|
|
|
|
if(sMethod.equals("POST")) {
|
|
|
|
|
|
|
|
hresp = new WebClient()
|
|
|
|
|
|
|
|
.post(configurer);
|
|
|
|
|
|
|
|
} else if(sMethod.equals("GET")) {
|
|
|
|
|
|
|
|
hresp = new WebClient()
|
|
|
|
|
|
|
|
.get(configurer);
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
String resBody = hresp.body();
|
|
|
|
|
|
|
|
ApiBaseResponse<List<JSONObject>> jsonData = json.parse(resBody, new TypeReference<>() {});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// ApiBaseResponse(code=400, message=상품번호 또는 상품명은 필수 입니다, data=null, totalCount=0, success=false, responseTime=2024-06-12 15:35:24)
|
|
|
|
@RequestMapping(value = "/getNimsProductSeqInfo.do", name="제품 시리얼번호 검색", produces = "application/json;charset=UTF-8")
|
|
|
|
if(!jsonData.getSuccess()){
|
|
|
|
public @ResponseBody ApiBaseResponse<List<JSONObject>> getNimsProductSeqInfo(@ModelAttribute NimsApiRequest.MnfSeqInfoReq dto) throws JsonProcessingException, ParseException {
|
|
|
|
// error 처리
|
|
|
|
String rslt = ApiUtil.callNimsApi(apiHost + productSeqInfoEndpoint, dto);
|
|
|
|
// throw new Exception(data.getMessage());
|
|
|
|
return json.parse(rslt, new TypeReference<>() {});
|
|
|
|
}
|
|
|
|
}
|
|
|
|
List<JSONObject> data = jsonData.getData();
|
|
|
|
|
|
|
|
System.out.println(resBody);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@RequestMapping(value = "/getNimsProductInfoKdAndMnfSeqInfo.do", name="제품 & 시리얼번호 검색", produces = "application/json;charset=UTF-8")
|
|
|
|
ModelAndView result = new ModelAndView("jsonView");
|
|
|
|
public @ResponseBody ApiBaseResponse<List<JSONObject>> getNimsProductInfoKdAndMnfSeqInfo(@ModelAttribute NimsApiRequest.ProductInfoReq dto) throws JsonProcessingException, ParseException {
|
|
|
|
result.addObject("productMainList", data);
|
|
|
|
String rslt = ApiUtil.callNimsApi(apiHost + productAndseqInfoEndpoint, dto);
|
|
|
|
|
|
|
|
return json.parse(rslt, new TypeReference<>() {});
|
|
|
|
return result;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|