|
|
@ -77,7 +77,7 @@ public class Cvlc02Controller extends ApplicationController {
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
public ModelAndView answerPreviewInfo(HttpServletRequest hReq, CrdnQuery query) {
|
|
|
|
public ModelAndView answerPreviewInfo(HttpServletRequest hReq, CrdnQuery query) {
|
|
|
|
boolean json = jsonResponse();
|
|
|
|
boolean json = jsonResponse();
|
|
|
|
ModelAndView mav = new ModelAndView(json ? "jsonView" : "fims/cvlc/cvlc01060-info");
|
|
|
|
ModelAndView mav = new ModelAndView(json ? "jsonView" : "fims/cvlc/cvlc02060-info");
|
|
|
|
|
|
|
|
|
|
|
|
mav.addObject("pageName", "cvlc02060-info");
|
|
|
|
mav.addObject("pageName", "cvlc02060-info");
|
|
|
|
String urlTaskSeCd = hReq.getServletPath().split("/")[1];
|
|
|
|
String urlTaskSeCd = hReq.getServletPath().split("/")[1];
|
|
|
|