|
|
|
@@ -263,7 +263,7 @@ public class WxCardSpendServiceImpl implements WxCardSpendService { |
|
|
|
} |
|
|
|
} |
|
|
|
} else { |
|
|
|
if (cardInfo.getSaleAmount() > 0) { |
|
|
|
if (cardInfo.getSaleAmount() > 0 && payment > 0) { |
|
|
|
try { |
|
|
|
creteMerchantSubsidy(record, curDate, idWorker, coupon, payment); |
|
|
|
} catch (Exception ex) { |
|
|
|
|