|
|
@@ -756,7 +756,7 @@ public class AssetService {
|
|
|
throw new BusinessException("此藏品不属于你");
|
|
|
}
|
|
|
if (asset.getStatus() != AssetStatus.NORMAL) {
|
|
|
- throw new BusinessException("当前状态不可寄售");
|
|
|
+ throw new BusinessException("当前状态不可销毁");
|
|
|
}
|
|
|
if (asset.isPublicShow()) {
|
|
|
throw new BusinessException("请先取消公开展示");
|