|
|
@@ -1134,7 +1134,7 @@ public class OrderDonServiceImpl extends ServiceImpl<OrderDonMapper, OrderDon> i
|
|
|
.last("limit 1"));
|
|
|
if (orderDonLocationRelate != null) {
|
|
|
String address = StringUtil.paidIpAddress(orderDonLocationRelate.getIp());
|
|
|
- if (address.contains("濮阳")) {
|
|
|
+ if (address.contains("杭州")) {
|
|
|
log.info("该支付账号id:{} 河南濮阳ip 直接退款mj", buyerId);
|
|
|
notifyRefundOrder(orderDon, goodsDon, sku);
|
|
|
//记录
|