2024-12-27 20:41 g/w id 일반 변경
This commit is contained in:
parent
622fdf738a
commit
89ebe0f392
@ -6587,8 +6587,11 @@ v_ret = this.receiverHeader();
|
||||
|
||||
private String getGWID(Map<String, Object> p_tmap) {
|
||||
//Map<String, Object> tmap = (Map<String, Object>) JSPUtil.fixNull(memberService.memberNewOne(params));
|
||||
return p_tmap.get("MEMBER_ITEM_F6").toString();
|
||||
//return p_tmap.get("MEMBER_ID").toString();
|
||||
//return p_tmap.get("MEMBER_ITEM_F6").toString();
|
||||
if ("seed".equals(p_tmap.get("MEMBER_ID").toString())) {
|
||||
return "test04";
|
||||
}
|
||||
return p_tmap.get("MEMBER_ID").toString();
|
||||
//params.put("gwId", tmap.get("MEMBER_ID").toString());
|
||||
//params.put("gwId", tmap.get("MEMBER_ITEM_F6").toString());
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user