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