refactor : 파일 insert RequestMapping 수정
This commit is contained in:
parent
bb3fcb3159
commit
fab465d003
@ -45,7 +45,7 @@ public class InnorixFileController {
|
||||
protected InnorixFileService innorixService;
|
||||
|
||||
/**
|
||||
* @methodName : insertInnorixFileAjax
|
||||
* @methodName : insertInnorixFileAndRpplAjax
|
||||
* @author : 이호영
|
||||
* @date : 2022.12.26
|
||||
* @description : 파일등록 외에 rpplDoc 과 history 관련 Controller
|
||||
@ -70,8 +70,17 @@ public class InnorixFileController {
|
||||
|
||||
return ResponseEntity.ok(innorixService.insertInnorixFileAndRpplAjax(adrInnorixFileVO));
|
||||
}
|
||||
|
||||
@RequestMapping(value = {"/kccadr/common/insertInnorixFile.do"}, method = RequestMethod.POST)
|
||||
|
||||
/**
|
||||
* @methodName : insertInnorixFile
|
||||
* @author : 이호영
|
||||
* @date : 2022.12.26
|
||||
* @description : 파일 insert 전용
|
||||
* @param adrInnorixFileVO
|
||||
* @return
|
||||
* @throws Exception
|
||||
*/
|
||||
@RequestMapping(value = {"/kccadr/common/insertInnorixFileAjax.do"}, method = RequestMethod.POST)
|
||||
public ResponseEntity<RestResponse> insertInnorixFile(@RequestBody AdrInnorixFileVO adrInnorixFileVO) throws Exception {
|
||||
|
||||
//로그인 권한정보 불러오기
|
||||
|
||||
Loading…
Reference in New Issue
Block a user