Skip to content

Commit

Permalink
模板Post
Browse files Browse the repository at this point in the history
  • Loading branch information
yangzongzhuan committed Jun 29, 2018
1 parent 5f0fa0d commit 35a2114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/templates/vm/java/Controller.java.vm
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public class ${className}Controller extends BaseController
* 查询${tableComment}列表
*/
@RequiresPermissions("${moduleName}:${classname}:list")
@GetMapping("/list")
@PostMapping("/list")
@ResponseBody
public TableDataInfo list(${className} ${classname})
{
Expand Down

0 comments on commit 35a2114

Please sign in to comment.