Explorar el Código

/、积分变更提醒

release_toaliyun_real
xhxu hace 4 años
padre
commit
02f9cfefae
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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 Ver fichero

@@ -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){


Cargando…
Cancelar
Guardar