详情页增加了删除状态的判断1
This commit is contained in:
parent
a88cdbe43f
commit
cbe48f9780
@ -220,8 +220,7 @@ public class CaseExchangeService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 检测作品状态
|
// 检测作品状态
|
||||||
boolean result = checkCaseExchangeStatus(caseExchange);
|
if (!checkCaseExchangeStatus(caseExchange)){
|
||||||
if (!result){
|
|
||||||
throw new BusinessException("非法操作");
|
throw new BusinessException("非法操作");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user