示例#1
0
 public String selectAuthCodeByWebMemId(String webMemId) throws Exception {
   return memberDAO.selectAuthCodeByWebMemId(webMemId);
 }