|
@@ -142,7 +142,7 @@ public class PayFeeServiceImp implements PayFeeService {
|
|
|
//生成并保存实收
|
|
|
PayPayReceived payPayReceived = getReceived(payReceivable, year, month, localDateTime,5,payseriesno,payReceivable.getDebt(),feetypeMap, siteId, customerId, userId );
|
|
|
//生成交易明细
|
|
|
- PayTransactiondetails payTransactiondetails = getPayTransactiondetails(5,paywayName, localDateTime, payCustomRechargeDto, payseriesno, month, year, payReceivable.getDebt().negate(), siteId, customerId, userId );
|
|
|
+ PayTransactiondetails payTransactiondetails = getPayTransactiondetails(5,"预存账户", localDateTime, payCustomRechargeDto, payseriesno, month, year, payReceivable.getDebt().negate(), siteId, customerId, userId );
|
|
|
payTransactiondetails.setReceivedId(payPayReceived.getId());
|
|
|
payTransactiondetails.setName(payCustomRechargeDto.getAccountname() + payCustomRechargeDto.getAccountnumber() + "扣费");
|
|
|
payTransactiondetails.setTranstype(2);
|
|
@@ -160,7 +160,7 @@ public class PayFeeServiceImp implements PayFeeService {
|
|
|
|
|
|
PayPayReceived payPayReceived = getReceived(payReceivable, year, month, localDateTime,5,payseriesno,remaining,feetypeMap, siteId, customerId, userId );
|
|
|
|
|
|
- PayTransactiondetails payTransactiondetails = getPayTransactiondetails(5, paywayName,localDateTime, payCustomRechargeDto, payseriesno, month, year, remaining.negate() , siteId, customerId, userId );
|
|
|
+ PayTransactiondetails payTransactiondetails = getPayTransactiondetails(5, "预存账户",localDateTime, payCustomRechargeDto, payseriesno, month, year, remaining.negate() , siteId, customerId, userId );
|
|
|
payTransactiondetails.setReceivedId(payPayReceived.getId());
|
|
|
payTransactiondetails.setName(payCustomRechargeDto.getAccountname() + payCustomRechargeDto.getAccountnumber() + "扣费");
|
|
|
payTransactiondetails.setTranstype(2);
|
|
@@ -386,7 +386,7 @@ public class PayFeeServiceImp implements PayFeeService {
|
|
|
//生成并保存实收
|
|
|
PayPayReceived payPayReceived = getReceived(payReceivable, year, month, localDateTime,5,payseriesno,payReceivable.getDebt(),feetypeMap, siteId, customerId, userId );
|
|
|
//生成交易明细
|
|
|
- PayTransactiondetails payTransactiondetails = getPayTransactiondetails(5,paywayName, localDateTime, payCustomRechargeDto, payseriesno, month, year, payReceivable.getDebt().negate(), siteId, customerId, userId );
|
|
|
+ PayTransactiondetails payTransactiondetails = getPayTransactiondetails(5,"预存账户", localDateTime, payCustomRechargeDto, payseriesno, month, year, payReceivable.getDebt().negate(), siteId, customerId, userId );
|
|
|
payTransactiondetails.setReceivedId(payPayReceived.getId());
|
|
|
payTransactiondetails.setName(payCustomRechargeDto.getAccountname() + payCustomRechargeDto.getAccountnumber() + "扣费");
|
|
|
payTransactiondetails.setTranstype(2);
|
|
@@ -402,7 +402,7 @@ public class PayFeeServiceImp implements PayFeeService {
|
|
|
//生成并保存实收
|
|
|
PayPayReceived payPayReceived = getReceived(payReceivable, year, month, localDateTime,5,payseriesno,remaining,feetypeMap, siteId, customerId, userId );
|
|
|
|
|
|
- PayTransactiondetails payTransactiondetails = getPayTransactiondetails(5, paywayName,localDateTime, payCustomRechargeDto, payseriesno, month, year, remaining.negate() , siteId, customerId, userId );
|
|
|
+ PayTransactiondetails payTransactiondetails = getPayTransactiondetails(5, "预存账户",localDateTime, payCustomRechargeDto, payseriesno, month, year, remaining.negate() , siteId, customerId, userId );
|
|
|
payTransactiondetails.setReceivedId(payPayReceived.getId());
|
|
|
payTransactiondetails.setName(payCustomRechargeDto.getAccountname() + payCustomRechargeDto.getAccountnumber() + "扣费");
|
|
|
payTransactiondetails.setTranstype(2);
|