|
|
@ -343,6 +343,7 @@ public class ItemController { |
|
|
*/ |
|
|
*/ |
|
|
@PostMapping("examineCase") |
|
|
@PostMapping("examineCase") |
|
|
public Result examineCase(@RequestBody ExamineCaseFormDTO formDto) { |
|
|
public Result examineCase(@RequestBody ExamineCaseFormDTO formDto) { |
|
|
|
|
|
ValidatorUtils.validateEntity(formDto); |
|
|
return itemService.examineCase(formDto); |
|
|
return itemService.examineCase(formDto); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|