Skip to content
Snippets Groups Projects
Commit 053b484d authored by Zekun Fan's avatar Zekun Fan
Browse files

resolve temp issue

parent 24d33d08
No related branches found
No related tags found
1 merge request!16Resolve "temp issue"
...@@ -30,6 +30,11 @@ public class CategoryController { ...@@ -30,6 +30,11 @@ public class CategoryController {
@PostMapping("/category") @PostMapping("/category")
public JSONObject addCategory(@RequestBody JSONObject jsonObject){ public JSONObject addCategory(@RequestBody JSONObject jsonObject){
System.out.println("7-temp-issue");
System.out.println("7-temp-issue");
System.out.println("7-temp-issue");
System.out.println("7-temp-issue");
System.out.println("7-temp-issue");
Category category = jsonObject.toJavaObject(Category.class); Category category = jsonObject.toJavaObject(Category.class);
boolean res = categoryService.addCategory(category); boolean res = categoryService.addCategory(category);
return RespBuilder.create(res, VerifyRule.TRUE); return RespBuilder.create(res, VerifyRule.TRUE);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment