|
@@ -355,7 +355,7 @@ public class SubjectChangeServiceImpl extends BaseServiceImpl<Integer, SubjectCh
|
|
if (subjectChange == null) {
|
|
if (subjectChange == null) {
|
|
throw new BizException("声部更换订单不存在");
|
|
throw new BizException("声部更换订单不存在");
|
|
}
|
|
}
|
|
- if (!subjectChange.getStatus().equals(SubjectChangeStatusEnum.WAIT_PAY)) {
|
|
|
|
|
|
+ if (!subjectChange.getStatus().equals(SubjectChangeStatusEnum.ING)) {
|
|
return true;
|
|
return true;
|
|
}
|
|
}
|
|
|
|
|