일반 거래처 관리 xml까지 완료상태
This commit is contained in:
@@ -1561,11 +1561,10 @@ public String deleteWarehouse(HttpServletRequest request, @RequestParam Map<Stri
|
||||
public String clientMngListFormPopUp(HttpServletRequest request, @RequestParam Map<String, Object> paramMap){
|
||||
HashMap<String,Object> info = new HashMap();
|
||||
try{
|
||||
// 임시 주석 - DB 테이블 생성 후 활성화
|
||||
//if(!"".equals(CommonUtils.checkNull(request.getParameter("objid")))){
|
||||
// info = (HashMap)adminService.getClientMngListInfo(request, paramMap);
|
||||
// info = CommonUtils.toUpperCaseMapKey(info);
|
||||
//}
|
||||
if(!"".equals(CommonUtils.checkNull(request.getParameter("objid")))){
|
||||
info = (HashMap)adminService.getClientMngListInfo(request, paramMap);
|
||||
info = CommonUtils.toUpperCaseMapKey(info);
|
||||
}
|
||||
}catch(Exception e){
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user