|
@@ -233,7 +233,7 @@ public class PaySaleServiceImpl implements PaySaleService {
|
|
|
|
|
|
Deposit newDeposit = new Deposit();
|
|
|
newDeposit.setId(UuidUtils.generate());
|
|
|
- newDeposit.setProductName("保证金");
|
|
|
+ newDeposit.setProductName("信誉保证金");
|
|
|
// newDeposit.setWxPayNo(prepayId);
|
|
|
newDeposit.setDaId(sale.getSaleId());
|
|
|
newDeposit.setAgentId(agentId);
|