ganxiaomao hace 5 años
padre
commit
9938c45310

+ 1 - 1
wjj-core/src/main/java/com/demo/wjj/service/impl/PaySaleServiceImpl.java

@@ -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);