|
|
|
|
@ -91,7 +91,10 @@ public class CommSmartPlatformPRPController {
|
|
|
|
|
@Transactional
|
|
|
|
|
@RequestMapping(value="/cfs/trsmrcv/callPreRegistPayment.do", method=RequestMethod.POST)
|
|
|
|
|
public @ResponseBody Map<String, Object> callPreRegistPayment(@RequestBody Map<String, Object> param, HttpServletRequest request) throws Exception {
|
|
|
|
|
// 로직은 ServiceImplement 로 이동
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Map<String,String> susinInfo = TrsmrcvUtil.getInfoMapForConnSusinLog(request);
|
|
|
|
|
trsmrcvDao.insertConnSusinLog(susinInfo);
|
|
|
|
|
|
|
|
|
|
param.put("WORKER_ID", param.get("workerId"));
|
|
|
|
|
param.put("FARE_OFFICE_ID", param.get("fareOfficeId"));
|
|
|
|
|
@ -1434,6 +1437,10 @@ public class CommSmartPlatformPRPController {
|
|
|
|
|
*/
|
|
|
|
|
@RequestMapping(value = "/rest/broker/brs/getManychild.do", method = RequestMethod.POST)
|
|
|
|
|
public @ResponseBody Map<String, Object> callPreManychild(@RequestBody Map<String, Object> param, HttpServletRequest request) throws Exception {
|
|
|
|
|
|
|
|
|
|
Map<String,String> susinInfo = TrsmrcvUtil.getInfoMapForConnSusinLog(request);
|
|
|
|
|
trsmrcvDao.insertConnSusinLog(susinInfo);
|
|
|
|
|
|
|
|
|
|
System.out.println("getManychild_시작");
|
|
|
|
|
ResultSmartPlatform result = new ResultSmartPlatform();
|
|
|
|
|
try {
|
|
|
|
|
@ -1496,6 +1503,10 @@ public class CommSmartPlatformPRPController {
|
|
|
|
|
*/
|
|
|
|
|
@RequestMapping(value = "/cfs/trsmrcv/getChgManychild.do", method = RequestMethod.POST)
|
|
|
|
|
public @ResponseBody Map<String, Object> getChgManychild(@RequestBody Map<String, Object> param, HttpServletRequest request) throws Exception {
|
|
|
|
|
|
|
|
|
|
Map<String,String> susinInfo = TrsmrcvUtil.getInfoMapForConnSusinLog(request);
|
|
|
|
|
trsmrcvDao.insertConnSusinLog(susinInfo);
|
|
|
|
|
|
|
|
|
|
System.out.println("getChgManychild_시작");
|
|
|
|
|
ResultSmartPlatform result = new ResultSmartPlatform();
|
|
|
|
|
try {
|
|
|
|
|
|