Commit dad1d309 authored by liuChang's avatar liuChang

项目概览

parent 7c7d289f
......@@ -53,7 +53,7 @@ public class BusinessOverviewController extends BaseController {
*
* @return
*/
@GetMapping("/countGroupByProvince")
@RequestMapping("/countGroupByProvince")
public AjaxResult countGroupByProvince(@RequestBody JSONObject object) {
return baseService.countGroupByProvince(object);
}
......@@ -63,7 +63,7 @@ public class BusinessOverviewController extends BaseController {
*
* @return
*/
@GetMapping("/rangByMoney")
@RequestMapping("/rangByMoney")
public AjaxResult rangByMoney(@RequestBody JSONObject object) {
return baseService.rangByMoney(object);
}
......
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