Authored by sailing-PC\sailing

Merge branch 'dev'

@@ -501,7 +501,7 @@ public class PaymentServiceImpl implements IPaymentService { @@ -501,7 +501,7 @@ public class PaymentServiceImpl implements IPaymentService {
501 // 增加流水记录 501 // 增加流水记录
502 TradeBills record = new TradeBills(); 502 TradeBills record = new TradeBills();
503 record.setUid(targetUid); 503 record.setUid(targetUid);
504 - record.setOrderCode(transferType == 1 ? sellerOrderCode : buyerOrderCode); 504 + record.setOrderCode(buyerOrderCode);
505 record.setUserType(transferType == 1 ? 2 : 1); 505 record.setUserType(transferType == 1 ? 2 : 1);
506 record.setPayType(1); 506 record.setPayType(1);
507 record.setTradeType(transferType == 1 ? 2 : 3); 507 record.setTradeType(transferType == 1 ? 2 : 3);