Tinger hace 2 años
padre
commit
3e1a346ee9

+ 1 - 1
admin/src/main/java/com/huimv/farm/damsubsidy/controller/AreaByLevelController.java

@@ -95,7 +95,7 @@ public class AreaByLevelController {
         return service.update(one);
     }
 
-    @PostMapping("/update_batch")
+    @PostMapping("/update_batch")  // test my git
     public Result updateArea(@RequestBody List<AreaAll> records) {
         ArrayList<String> errId = new ArrayList<>();
         for (AreaAll one: records) if (AreaUtil.isError(one)) errId.add(one.getId());