Parcourir la source

字段名称修改

王苗苗 il y a 6 mois
Parent
commit
73c997c818

+ 1 - 1
slibra-admin/src/main/java/com/slibra/web/controller/business/FrontController.java

@@ -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));