|
@@ -217,7 +217,7 @@ public class StoreOrderController extends AppBaseController {
|
|
|
List<FsStorePayment> fsStorePayments = fsStorePaymentService.selectFsStorePaymentByOrderIdNew(order.getId());
|
|
|
if(CollectionUtils.isNotEmpty(fsStorePayments)){
|
|
|
FsStorePayment fsStorePayment = fsStorePayments.get(0);
|
|
|
- if(fsStorePaymentService.queryHf(fsStorePayment)){
|
|
|
+ if(fsStorePaymentService.queryYb(fsStorePayment)){
|
|
|
return R.error("当前订单状态不为待支付,请刷新页面!");
|
|
|
}
|
|
|
}
|