|
@@ -207,7 +207,7 @@ public class ReportIndicatorResultController extends AppBaseController {
|
|
|
@Login
|
|
@Login
|
|
|
@RepeatSubmit
|
|
@RepeatSubmit
|
|
|
@ApiOperation("更新检查结果")
|
|
@ApiOperation("更新检查结果")
|
|
|
- @PutMapping("/updateBatch")
|
|
|
|
|
|
|
+ @PostMapping("/updateBatch")
|
|
|
public R update(@RequestBody List<ReportIndicatorResult> resultList) {
|
|
public R update(@RequestBody List<ReportIndicatorResult> resultList) {
|
|
|
log.info("批量更新检查结果 {}",resultList);
|
|
log.info("批量更新检查结果 {}",resultList);
|
|
|
|
|
|