@ -148,7 +148,7 @@ public class PartnerApplyController {
String bd_id = applyClient.getString("bd_user");
if(bd_id!=null&&!"".equals(bd_id)){
JSONObject bdOrg = clientApply.findOrgByBDId(Integer.parseInt(bd_id));
JSONObject bdOrg = clientApply.findOrgByBDId(bd_id);
view.addObject("bdOrg", bdOrg);
}
return view;