|
|
@@ -348,7 +348,7 @@ public class WxCardSpendServiceImpl implements WxCardSpendService { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if(cardSpend.getCardRemainAmount().equals(0) |
|
|
if(cardSpend.getCardRemainAmount().equals(0) |
|
|
|| psNum == 19) { |
|
|
|
|
|
|
|
|
|| psNum == 20) { |
|
|
// 卡余额为0,或者卡已分账20次,发起分账完结 |
|
|
// 卡余额为0,或者卡已分账20次,发起分账完结 |
|
|
if (cardSpend.getCardRemainRealAmount() > 0) { |
|
|
if (cardSpend.getCardRemainRealAmount() > 0) { |
|
|
// 卡已被抵扣,但是分账还有余额 |
|
|
// 卡已被抵扣,但是分账还有余额 |
|
|
|