Sfoglia il codice sorgente

bug

release_toaliyun_real
xhxu 5 anni fa
parent
commit
ab05ee4820
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. +3
    -1
      mallinkService/src/main/java/com/iformall/service/msg/impl/SendSmartAppMsgServiceImpl.java

+ 3
- 1
mallinkService/src/main/java/com/iformall/service/msg/impl/SendSmartAppMsgServiceImpl.java Vedi File

@@ -52,7 +52,9 @@ public class SendSmartAppMsgServiceImpl implements MsgSendService {
public void send(BaseMsg baseMsg) throws Exception{
SmartAppMsg smartAppMsg = (SmartAppMsg)baseMsg;

TenantEntity tenantEntity = smartAppMsg.getTenantInfo();
TenantEntity tenantEntity = new TenantEntity();
tenantEntity.setTenantId(smartAppMsg.getTenantId());
tenantEntity.setParentTenantId(smartAppMsg.getParentTenantId());

WxTemplateMsg msg = null;
WxMaSubscribeMessage subscribeMessage;


Caricamento…
Annulla
Salva