|
@@ -139,8 +139,6 @@ public class ObjectDigitalController{
|
|
|
|
|
|
@PostMapping("/delete")
|
|
|
@Deprecated
|
|
|
- public CommonResult deleteBatch(@RequestBody List<String> id){
|
|
|
- service.delete(id);
|
|
|
public CommonResult deleteBatch(@RequestBody List<String> ids){
|
|
|
if(ids == null || ids.size()<=0){
|
|
|
throw new BusinessException(ResponseCode.A0400.getCode(), "id不能为空");
|