|
|
@ -50,9 +50,10 @@ public class WxmpMessageExtServiceImpl implements WxmpMessageExtService { |
|
|
|
if (ExtConstant.APP_RESI.equals(dto.getApp())){ |
|
|
|
wxSubscribeMessageFormDTO.setClientType(ExtConstant.APP_RESI); |
|
|
|
} |
|
|
|
if (ExtConstant.APP_GOV.equals(dto.getApp())){ |
|
|
|
//2020.12.23 sun 数据库字段key值有work改成gov 外挂接口直接传的gov不用再转换
|
|
|
|
/*if (ExtConstant.APP_GOV.equals(dto.getApp())){ |
|
|
|
wxSubscribeMessageFormDTO.setClientType(ExtConstant.APP_WORK); |
|
|
|
} |
|
|
|
}*/ |
|
|
|
wxSubscribeMessageFormDTO.setBehaviorType(dto.getTitle()); |
|
|
|
wxSubscribeMessageFormDTO.setMessageTime(new Date()); |
|
|
|
wxmpMsgList.add(wxSubscribeMessageFormDTO); |
|
|
|