|
|
|
@@ -934,7 +934,7 @@ public class WxCardSpendServiceImpl implements WxCardSpendService { |
|
|
|
//如果券与商户一对一 则直接将消费商户更新为此商户 若一对多 则消费商户显示多商户 |
|
|
|
creditHistory.setMerchantId(record.getMerchantId()); |
|
|
|
// WxMerchant wxMerchant = wxMerchantMapper.selectById(record.getMerchantId()); |
|
|
|
creditHistory.setChangePurpose("pos卡消费:消费商户["+merchant.getName()+"] 金额["+creditHistory.getSpendStr()+"]元"); |
|
|
|
creditHistory.setChangePurpose("pos卡消费:消费商户["+merchant.getName()+"] 金额["+creditHistory.getSpendStr()+"元]"); |
|
|
|
creditHistory = wxCreditHistoryService.saveOrUpdate(creditHistory); |
|
|
|
if (creditHistory != null) { |
|
|
|
scoreCreditCalc.setCredit(scoreCreditCalc.getCredit() + creditHistory.getCreditNum()); |
|
|
|
|