|
@@ -355,7 +355,7 @@ public class PayOrderServiceImpl implements PayOrderService {
|
|
|
@Override
|
|
|
public ResponseJson<Map<String, Object>> linkPayData(String linkLogo) {
|
|
|
OrderPayLinkVo orderPayLink = payOrderMapper.getPayLinkByLinkLogo(linkLogo);
|
|
|
- if (null == orderPayLink || (null == orderPayLink.getOrderId() && null == orderPayLink.getVipId())) {
|
|
|
+ if (null == orderPayLink || (null == orderPayLink.getOrderId() && null == orderPayLink.getVipRecordId())) {
|
|
|
// 已重新生成链接
|
|
|
return ResponseJson.error("链接已更新,请重新获取", null);
|
|
|
}
|