Explorar el Código

bug

release_toaliyun_real
xhxu hace 5 años
padre
commit
ab05ee4820
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  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 Ver fichero

@@ -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;


Cargando…
Cancelar
Guardar