Commit 15f7f112 authored by dongyu's avatar dongyu

供应商类型修改

parent a0054d24
......@@ -30,7 +30,7 @@ public class BizCategoryController {
* 供应商类型查询
*/
@PostMapping("/list/tree")
public AjaxResult list (@RequestBody BizCategoryVo vo) {
public AjaxResult list (BizCategoryVo vo) {
AjaxResult ajaxResult = bizCategoryService.listTree(vo);
return AjaxResult.success(ajaxResult);
}
......
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