xhxu пре 5 година
родитељ
комит
ab05ee4820
1 измењених фајлова са 3 додато и 1 уклоњено
  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 Прегледај датотеку

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


Loading…
Откажи
Сачувај