Commit 88f7273a authored by liuChang's avatar liuChang

集团概览1

parent f0035f76
...@@ -192,13 +192,13 @@ public class MarketAnalysisController extends BaseController { ...@@ -192,13 +192,13 @@ public class MarketAnalysisController extends BaseController {
//集团概览 施工项目下浮率统计 //集团概览 施工项目下浮率统计
@RequestMapping("/combine/groupByLowerRate") @RequestMapping("/combine/groupByLowerRate")
public AjaxResult groupByLowerRate(@RequestBody JSONObject object){ public AjaxResult combineGroupByLowerRate(@RequestBody JSONObject object){
return marketAnalysisService.combineGroupByLowerRate(object); return marketAnalysisService.combineGroupByLowerRate(object);
} }
//集团概览 历史发包项目金额Top10 //集团概览 历史发包项目金额Top10
@RequestMapping("/combine/groupByLowerRate") @RequestMapping("/combine/peojectTop")
public AjaxResult peojectTop(@RequestBody JSONObject object){ public AjaxResult combinePeojectTop(@RequestBody JSONObject object){
return marketAnalysisService.combinePeojectTop(object); return marketAnalysisService.combinePeojectTop(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