Commit e323b2cc authored by 赵啸非's avatar 赵啸非

精简pom.xml

parent 4e3e03f2
...@@ -99,9 +99,7 @@ public class ErrorLogController extends BaseCRUDJsonBodyMappingController<ErrorL ...@@ -99,9 +99,7 @@ public class ErrorLogController extends BaseCRUDJsonBodyMappingController<ErrorL
entity.setUpdateTime(new Date()); entity.setUpdateTime(new Date());
} }
JSONObject ret = new JSONObject(); return super.save(entity);
ret.put("code", VALUE_RESULT_SUCCESS);
return ret.toJSONString();
} }
......
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