|
@@ -48,7 +48,7 @@ public class CaseImgController {
|
|
|
return ResultData.ok(caseImgService.saveOrUpdate(caseImg));
|
|
|
}
|
|
|
|
|
|
- @PostMapping("/saveBatch")
|
|
|
+ @PostMapping("/addBatch")
|
|
|
public ResultData saveBatch(@RequestBody CaseImg caseImg){
|
|
|
|
|
|
if(caseImg.getImgUrls() == null || caseImg.getImgUrls().isEmpty()){
|