|
@@ -407,7 +407,7 @@ public class LeaderboardController {
|
|
|
}
|
|
|
|
|
|
/**查询日曲线(实际/保证 实际/最优 最优/保证)图表**/
|
|
|
- @GetMapping("/getCurvechatAjax")
|
|
|
+ @PostMapping("/getCurvechatAjax")
|
|
|
@ResponseBody
|
|
|
public AjaxResult getCurvechatAjax(String type,String wtId, String recorddate) {
|
|
|
Map<String, Object> vos=new HashMap<>();
|
|
@@ -497,7 +497,7 @@ public class LeaderboardController {
|
|
|
}
|
|
|
|
|
|
/**查询月曲线(实际/保证 实际/最优 最优/保证)图表**/
|
|
|
- @GetMapping("/curveMonthchatAjax")
|
|
|
+ @PostMapping("/curveMonthchatAjax")
|
|
|
@ResponseBody
|
|
|
public AjaxResult curveMonthchatAjax(String type,String wtId, String year,String month) {
|
|
|
|