Merge remote-tracking branch 'origin/dev' into dev2.0

dev2.0
郑明梁 2 years ago
commit 14dc22481b

@ -127,5 +127,16 @@ public class DeviceInspectTakeController {
return ResultVOUtils.success(); 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();
}
} }

Loading…
Cancel
Save