|
@@ -97,7 +97,7 @@ public class ApiManagerController extends LifeCenterController {
|
|
|
|
|
|
service.insertApiManager(dto);
|
|
|
|
|
|
- LifeCenterFunction.scriptMessage( response, "alertBox({ txt: '협력병원이 등록되었습니다.', callBack : function(){ location.href='/apiManager/list'; } });" );
|
|
|
+ LifeCenterFunction.scriptMessage( response, "alertBox({ txt: '서비스 신청을 완료하였습니다.', callBack : function(){ location.href='/apiManager/list'; } });" );
|
|
|
return "/common/blank";
|
|
|
|
|
|
//return "redirect:/cooperation/info?cooperativeCode="+dto.getCooperativeCode();
|
|
@@ -112,7 +112,7 @@ public class ApiManagerController extends LifeCenterController {
|
|
|
|
|
|
service.updateUseYnApiManager(dto);
|
|
|
|
|
|
- LifeCenterFunction.scriptMessage( response, "alertBox({ txt: '협력병원이 등록되었습니다.', callBack : function(){ location.href='/apiManager/list'; } });" );
|
|
|
+ LifeCenterFunction.scriptMessage( response, "alertBox({ txt: '서비스 신청을 완료하였습니다.', callBack : function(){ location.href='/apiManager/list'; } });" );
|
|
|
return "/common/blank";
|
|
|
|
|
|
//return "redirect:/cooperation/info?cooperativeCode="+dto.getCooperativeCode();
|