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