|
|
|
@@ -647,6 +647,12 @@ public class WxCreditHistoryServiceImpl implements WxCreditHistoryService { |
|
|
|
|
|
|
|
//发消息 |
|
|
|
sendCreditUpdRemind(wxCUserBasicInfo,record,tenantId); |
|
|
|
TenantEntity tenantEntity = new TenantEntity(); |
|
|
|
tenantEntity.setTenantId(tenantId); |
|
|
|
if(!record.getTenantId().equals(tenantId)){ |
|
|
|
tenantEntity.setParentTenantId(record.getTenantId()); |
|
|
|
} |
|
|
|
wxMemberCardService.sendsyncMemberCardBonusMsg(tenantEntity,wxCUserBasicInfo.getId(),record.getId()); |
|
|
|
|
|
|
|
|
|
|
|
} else { |
|
|
|
|