|
@@ -161,9 +161,6 @@ public class AppSceneService {
|
|
throw new BusinessException(SceneConstant.FAILURE_CODE_5009, SceneConstant.FAILURE_MSG_5009);
|
|
throw new BusinessException(SceneConstant.FAILURE_CODE_5009, SceneConstant.FAILURE_MSG_5009);
|
|
}
|
|
}
|
|
Integer payStatus = scenePro == null ? scenePlus.getPayStatus() : scenePro.getPayStatus();
|
|
Integer payStatus = scenePro == null ? scenePlus.getPayStatus() : scenePro.getPayStatus();
|
|
- if(payStatus == -2){
|
|
|
|
- throw new BusinessException(SceneConstant.FAILURE_CODE_5006, SceneConstant.FAILURE_MSG_5006);
|
|
|
|
- }
|
|
|
|
// 当计算时,返回给前端的状态为计算中
|
|
// 当计算时,返回给前端的状态为计算中
|
|
Integer status = scenePro == null ? scenePlus.getSceneStatus() : scenePro.getStatus();
|
|
Integer status = scenePro == null ? scenePlus.getSceneStatus() : scenePro.getStatus();
|
|
if(status == -1){
|
|
if(status == -1){
|