4647484950515253545556
public void save() { try{ Organization m=getModel(Organization.class); if(m.getLong("id")!=null){ m.update(); }else{ m.save(); } toDwzJson( 200, "保存成功!", navTabId); }catch(Exception e){