Skip to content

Commit 85f6450

Browse files
committed
修改一下注释
1 parent 2b5975d commit 85f6450

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

web/src/main/java/info/xiaomo/web/controller/BlogController.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public HashMap<String, Object> getAll(@RequestParam(value = "start", defaultValu
9494
* @param title title
9595
* @param summary summary
9696
* @param content content
97-
* @param tagId tagId
97+
* @param tagIds tagId
9898
* @return result
9999
*/
100100
@RequestMapping(value = "add", method = RequestMethod.POST)
@@ -134,7 +134,7 @@ public HashMap<String, Object> add(
134134
* @param nickName nickName
135135
* @param summary summary
136136
* @param content content
137-
* @param tagId tagId
137+
* @param tagIds tagId
138138
* @return result
139139
*/
140140
@RequestMapping(value = "update", method = RequestMethod.POST)

0 commit comments

Comments
 (0)