|
@@ -473,7 +473,7 @@ public class FrontController extends BaseController {
|
|
|
* @return
|
|
|
*/
|
|
|
@GetMapping("/bigModel/smartAdd/charList/{type}")
|
|
|
- public AjaxResult smartAddCharList(@PathVariable int type, @RequestParam(required = false, name = "timeBegin") String timeBegin, @RequestParam(required = false, name = "timeBegin") String timeEnd)
|
|
|
+ public AjaxResult smartAddCharList(@PathVariable int type, @RequestParam(required = false, name = "timeBegin") String timeBegin, @RequestParam(required = false, name = "timeEnd") String timeEnd)
|
|
|
{
|
|
|
log.info("进入了 智能投药系统获取对应指标最近3天的数据情况 接口");
|
|
|
return AjaxResult.success(frontService.smartAddCharList(type, timeBegin, timeEnd));
|