|
@@ -165,7 +165,7 @@ public class TopOrderBankPayServiceImpl extends ServiceImpl<TopOrderBankPayMappe
|
|
|
if(Validator.isEmpty(divideLog)){
|
|
|
throw new CustomException("审核数据错误");
|
|
|
}
|
|
|
- if(divideLog.getPayStatus()!=0){
|
|
|
+ if(divideLog.getPayStatus()!=0&÷Log.getPayStatus()!=4){
|
|
|
throw new CustomException("非待支付状态");
|
|
|
}
|
|
|
|