Commit a984366c authored by 黄毅's avatar 黄毅

1

parent 04a5afbe
...@@ -103,6 +103,7 @@ public class IconManageImpl implements IconManageService { ...@@ -103,6 +103,7 @@ public class IconManageImpl implements IconManageService {
if(result.getCode() == 200) { if(result.getCode() == 200) {
return Rjx.jsonOk().set(AdminContstrant.I18n_KEY,"Msg_Save_Success"); //.setMessage("保存成功"); return Rjx.jsonOk().set(AdminContstrant.I18n_KEY,"Msg_Save_Success"); //.setMessage("保存成功");
}else { }else {
jdbcTemplate.delete(iconGroup); //插入表tIcon失败 删除对应的tIconGroup表
return Rjx.jsonErr().set(AdminContstrant.I18n_KEY,"Msg_Save_Error"); //.setMessage("保存失败"); return Rjx.jsonErr().set(AdminContstrant.I18n_KEY,"Msg_Save_Error"); //.setMessage("保存失败");
} }
}else { }else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment