|
|
|
|
@ -105,8 +105,8 @@ public class NotiController {
|
|
|
|
|
@ApiResponse(description = "오류로 인한 실패")
|
|
|
|
|
})
|
|
|
|
|
@PostMapping("/impltTrprInfolist.ajax")
|
|
|
|
|
public ResponseEntity<?> impltTrprInfolistAjax(@ModelAttribute NotiImpltTrprInfoVO paramVO) {
|
|
|
|
|
|
|
|
|
|
public ResponseEntity<?> impltInfolistAjax(@ModelAttribute NotiImpltTrprInfoVO paramVO) {
|
|
|
|
|
|
|
|
|
|
List<NotiImpltTrprInfoVO> result = service.selectImpltTrprInfoList(paramVO);
|
|
|
|
|
|
|
|
|
|
return ApiResponseUtil.successWithGrid(result, paramVO);
|
|
|
|
|
|