|
|
|
|
@ -82,8 +82,7 @@ public class Comm3HoJController {
|
|
|
|
|
*/
|
|
|
|
|
@RequestMapping(value="/rest/cfs/sisulDefaultNotification.do", method=RequestMethod.POST)
|
|
|
|
|
public @ResponseBody List<Map<String, Object>> sisulDefaultNotification(@RequestBody Map<String, Object> param, HttpServletRequest request) throws Exception {
|
|
|
|
|
Map<String,String> susinInfo = TrsmrcvUtil.getInfoMapForConnSusinLog(request);
|
|
|
|
|
trsmrcvDao.insertConnSusinLog(susinInfo);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
return commSmartPlatformFISService.selectSisulDefaultNotification(param);
|
|
|
|
|
}
|
|
|
|
|
@ -94,8 +93,7 @@ public class Comm3HoJController {
|
|
|
|
|
*/
|
|
|
|
|
@RequestMapping(value="/rest/cfs/sisulPenaltyNotification.do", method=RequestMethod.POST)
|
|
|
|
|
public @ResponseBody List<Map<String, Object>> sisulPenaltyNotification(@RequestBody Map<String, Object> param, HttpServletRequest request) throws Exception {
|
|
|
|
|
Map<String,String> susinInfo = TrsmrcvUtil.getInfoMapForConnSusinLog(request);
|
|
|
|
|
trsmrcvDao.insertConnSusinLog(susinInfo);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
return commSmartPlatformFISService.sisulPenaltyNotification(param);
|
|
|
|
|
}
|
|
|
|
|
@ -106,8 +104,7 @@ public class Comm3HoJController {
|
|
|
|
|
*/
|
|
|
|
|
@RequestMapping(value="/rest/cfs/selectSisulDefaultResiList.do", method=RequestMethod.POST)
|
|
|
|
|
public @ResponseBody List<Map<String, Object>> selectSisulDefaultResiList(@RequestBody Map<String, Object> param, HttpServletRequest request) throws Exception {
|
|
|
|
|
Map<String,String> susinInfo = TrsmrcvUtil.getInfoMapForConnSusinLog(request);
|
|
|
|
|
trsmrcvDao.insertConnSusinLog(susinInfo);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
return commSmartPlatformFISService.selectSisulDefaultResiList(param);
|
|
|
|
|
}
|
|
|
|
|
@ -118,8 +115,7 @@ public class Comm3HoJController {
|
|
|
|
|
*/
|
|
|
|
|
@RequestMapping(value="/rest/cfs/selectSisulOverFareList.do", method=RequestMethod.POST)
|
|
|
|
|
public @ResponseBody List<Map<String, Object>> selectSisulOverFareList(@RequestBody Map<String, Object> param, HttpServletRequest request) throws Exception {
|
|
|
|
|
Map<String,String> susinInfo = TrsmrcvUtil.getInfoMapForConnSusinLog(request);
|
|
|
|
|
trsmrcvDao.insertConnSusinLog(susinInfo);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
return commSmartPlatformFISService.selectSisulOverFareList(param);
|
|
|
|
|
}
|
|
|
|
|
|