Storage_NOT_EXISTS

Storage_NOT_EXISTS
pull/1/head
siontion 9 months ago
parent 3b24c2b6e9
commit 6acd97f643

@ -57,7 +57,7 @@ public class StorageServiceImpl implements StorageService {
private void validateStorageExists(Long id) { private void validateStorageExists(Long id) {
if (storageMapper.selectById(id) == null) { if (storageMapper.selectById(id) == null) {
throw exception(STORAGE_NOT_EXISTS); throw exception(Storage_NOT_EXISTS);
} }
} }

Loading…
Cancel
Save