|
|
|
|
@ -1560,6 +1560,9 @@ public class CommSmartPlatformPRPController {
|
|
|
|
|
*/
|
|
|
|
|
@RequestMapping(value = "/rest/broker/fis/getRdcxptInfoDspsnVhcle.do", method = RequestMethod.POST)
|
|
|
|
|
public @ResponseBody Map<String, Object> callRdcxptInfoDspsn(@RequestBody Map<String, Object> param, HttpServletRequest request) throws Exception {
|
|
|
|
|
Map<String,String> susinInfo = TrsmrcvUtil.getInfoMapForConnSusinLog(request);
|
|
|
|
|
trsmrcvDao.insertConnSusinLog(susinInfo);
|
|
|
|
|
|
|
|
|
|
ResultSmartPlatform result = new ResultSmartPlatform();
|
|
|
|
|
try {
|
|
|
|
|
//장애인 테스트 데이터 추출
|
|
|
|
|
@ -1637,6 +1640,9 @@ public class CommSmartPlatformPRPController {
|
|
|
|
|
*/
|
|
|
|
|
@RequestMapping(value = "/rest/broker/fis/getRdcxptInfoNtttnVhcle.do", method = RequestMethod.POST)
|
|
|
|
|
public @ResponseBody Map<String, Object> callRdcxptInfoNtttn(@RequestBody Map<String, Object> param, HttpServletRequest request) throws Exception {
|
|
|
|
|
Map<String,String> susinInfo = TrsmrcvUtil.getInfoMapForConnSusinLog(request);
|
|
|
|
|
trsmrcvDao.insertConnSusinLog(susinInfo);
|
|
|
|
|
|
|
|
|
|
ResultSmartPlatform result = new ResultSmartPlatform();
|
|
|
|
|
try {
|
|
|
|
|
//국가유공자 데이터 추출
|
|
|
|
|
@ -1709,6 +1715,9 @@ public class CommSmartPlatformPRPController {
|
|
|
|
|
*/
|
|
|
|
|
@RequestMapping(value = "/rest/broker/fis/getLowFPolutVhcle.do", method = RequestMethod.POST)
|
|
|
|
|
public @ResponseBody Map<String, Object> callgetLowFPolutVhcle(@RequestBody Map<String, Object> param, HttpServletRequest request) throws Exception {
|
|
|
|
|
Map<String,String> susinInfo = TrsmrcvUtil.getInfoMapForConnSusinLog(request);
|
|
|
|
|
trsmrcvDao.insertConnSusinLog(susinInfo);
|
|
|
|
|
|
|
|
|
|
ResultSmartPlatform result = new ResultSmartPlatform();
|
|
|
|
|
try {
|
|
|
|
|
|
|
|
|
|
|