|
|
|
@ -30,7 +30,7 @@ public class NegativeApiController { |
|
|
|
|
|
|
|
|
|
|
|
@PostMapping |
|
|
|
@PostMapping |
|
|
|
public String addAll(@RequestBody @Valid List<NegativeApiDto> list) { |
|
|
|
public String addAll(@RequestBody @Valid List<NegativeApiDto> list) { |
|
|
|
log.info("问题数据导入: {}", JSON.toJSONString(list)); |
|
|
|
log.info("警务评议问题数据导入: {}", JSON.toJSONString(list)); |
|
|
|
negativeService.saveByJwpy(list); |
|
|
|
negativeService.saveByJwpy(list); |
|
|
|
return "success"; |
|
|
|
return "success"; |
|
|
|
} |
|
|
|
} |
|
|
|
|