Przeglądaj źródła

/、积分变更提醒

release_toaliyun_real
xhxu 4 lat temu
rodzic
commit
02f9cfefae
1 zmienionych plików z 2 dodań i 1 usunięć
  1. +2
    -1
      mallinkService/src/main/java/com/iformall/service/impl/WxCreditHistoryServiceImpl.java

+ 2
- 1
mallinkService/src/main/java/com/iformall/service/impl/WxCreditHistoryServiceImpl.java Wyświetl plik

@@ -334,7 +334,8 @@ public class WxCreditHistoryServiceImpl implements WxCreditHistoryService {
private void sendCreditUpdRemind(WxCUserBasicInfo wxCUserBasicInfo,WxCreditHistory record,String tenantId){
try {
WxTemplateMsg temp = new WxTemplateMsg();
temp.updateTenantInfo(record);
// temp.updateTenantInfo(record);
temp.setTenantId(tenantId);
temp.setType(EnumTemplateType.CREDIT_UPD_REMIND.getCode());
temp = wxTemplateMsgService.getByObj(temp);
if(temp.getId() != null){


Ładowanie…
Anuluj
Zapisz