Commit dc5d1309 by 徐高华

Merge branch 'feature/xgh/202506迭代' into 'master'

朋友圈死循环

See merge request !3066
parents e43400a9 f150a36c
......@@ -620,7 +620,7 @@ public class QwMomentPlanServiceImpl implements QwMomentPlanService {
String wxEnterpriseId = plan.getWxEnterpriseId() ;
WxEnterpriseQwDTO qwDTO = this.wxEnterpriseService.getQwInfo(wxEnterpriseId) ;
ServiceResponse<MomentPublishDTO> resp = this.qywxExternalUserService.getPublishList(qwDTO.getThirdCorpid(),
qwDTO.getSelf3thSecret(), momentId,null,qwDTO.isSelf(),qwDTO.getUrlHost()) ;
qwDTO.getSelf3thSecret(), momentId,cursor,qwDTO.isSelf(),qwDTO.getUrlHost()) ;
if(!resp.isSuccess()) {
logger.info("拉取列表异常={}", JSON.toJSON(resp));
return;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment