|
|
@ -7,11 +7,10 @@ import javax.annotation.Resource;
|
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
|
import org.springframework.web.servlet.ModelAndView;
|
|
|
|
import org.springframework.web.servlet.ModelAndView;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import cokr.xit.base.web.ApplicationController;
|
|
|
|
import cokr.xit.fims.sprt.SprtQuery;
|
|
|
|
import cokr.xit.fims.sprt.SprtQuery;
|
|
|
|
import cokr.xit.fims.sprt.service.Sprt02Service;
|
|
|
|
import cokr.xit.fims.sprt.service.Sprt02Service;
|
|
|
|
import cokr.xit.foundation.data.DataObject;
|
|
|
|
import cokr.xit.foundation.data.DataObject;
|
|
|
|
import cokr.xit.base.user.service.UserQuery;
|
|
|
|
|
|
|
|
import cokr.xit.base.web.ApplicationController;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**개별총정보 서비스의 웹 컨트롤러
|
|
|
|
/**개별총정보 서비스의 웹 컨트롤러
|
|
|
|
*
|
|
|
|
*
|
|
|
@ -31,6 +30,7 @@ public class Sprt02Controller extends ApplicationController {
|
|
|
|
/**개별총정보 관리 메인화면(sprt/sprt02/010-main)을 연다.
|
|
|
|
/**개별총정보 관리 메인화면(sprt/sprt02/010-main)을 연다.
|
|
|
|
* @return /sprt/sprt02/010-main
|
|
|
|
* @return /sprt/sprt02/010-main
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|
|
|
|
@RequestMapping(name="개별총정보 메인", value="/010/main.do")
|
|
|
|
public ModelAndView indivTotalInfoMain(SprtQuery req) {
|
|
|
|
public ModelAndView indivTotalInfoMain(SprtQuery req) {
|
|
|
|
DataObject totalInfo = sprt02Service.getCrdnInfo(req);
|
|
|
|
DataObject totalInfo = sprt02Service.getCrdnInfo(req);
|
|
|
|
|
|
|
|
|
|
|
|