국제여객선정보 페이지 목록 조회 조건 수정

master
강석 최 2023-03-28 11:01:46 +09:00
parent 30dbb3cb03
commit a6fd1099bd
1 changed files with 3 additions and 2 deletions

View File

@ -543,11 +543,12 @@ public class FipTargetController {
String accessAuth = authMgtService.selectAccessConfigList(loginUser.getUserSeq(), "/target/ipShipList?siType="+shipInfo.getSiType()).get(0).getAccessAuth();
mav.addObject("accessAuth", accessAuth);
shipInfo.setQueryInfo();
if(accessAuth.equals("ACC003")){
/*230320 전체공유 요청으로 조건 주석처리*/
/*if(accessAuth.equals("ACC003")){
shipInfo.setDownOrganCdList(loginUser.getDownOrganCdList());
}else{
shipInfo.setWrtOrgan(loginUser.getOgCd());
}
}*/
mav.addObject("shipInfoList", fipTargetService.selectShipInfoList(shipInfo));
shipInfo.setContentCnt(fipTargetService.selectShipInfoListCnt(shipInfo));
shipInfo.setPaginationInfo();