|
|
|
@ -127,5 +127,16 @@ public class DeviceInspectTakeController {
|
|
|
|
|
return ResultVOUtils.success();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@GetMapping("/udiwms/inv/device/inspect/take/detail/delectDeviceInspecTakeDetail")
|
|
|
|
|
public BaseResponse delecttDeviceInspecTakeDetail(String id) {
|
|
|
|
|
|
|
|
|
|
boolean falg=deviceInspectTaskDetailService.removeById(id);
|
|
|
|
|
if(!falg){
|
|
|
|
|
return ResultVOUtils.error(999,"删除失败");
|
|
|
|
|
}
|
|
|
|
|
return ResultVOUtils.success();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|