Browse Source

测点生成修改

wangchangsheng 2 years ago
parent
commit
ce02b9a789

+ 1 - 1
web/backmanagerconfig/src/main/java/com/gyee/backconfig/controller/PointGenerateController.java

@@ -30,7 +30,7 @@ public class PointGenerateController {
 
 
     @PostMapping(value = "/add")
-    public R addGeneratePoint( @RequestParam(value = "pointList", required = false) String[] points){
+    public R addGeneratePoint( @RequestParam(value = "points", required = false) String[] points){
 
        int code =  pointGenerateService.addGeneratePoint(points);