Commit 43ee788c by 阮思源

Merge branch 'feat-1002439' into 'master'

链接替换

See merge request rays/pcloud-book!475
parents 163a1be3 cfe80134
...@@ -530,11 +530,11 @@ public class PersonalStageBizImpl implements PersonalStageBiz { ...@@ -530,11 +530,11 @@ public class PersonalStageBizImpl implements PersonalStageBiz {
if (ListUtils.isEmpty(items)){ if (ListUtils.isEmpty(items)){
return; return;
} }
sendReplyItems(items,robotId,userWxId,ip,personalStageUserId);
//替换需求定制单链接 //替换需求定制单链接
if (null != personalStageReply.getPaperId()) { if (null != personalStageReply.getPaperId()) {
this.replacePaperUrl(items, robotId, userWxId, personalStageReply.getPaperId()); this.replacePaperUrl(items, robotId, userWxId, personalStageReply.getPaperId());
} }
sendReplyItems(items,robotId,userWxId,ip,personalStageUserId);
} }
@ParamLog("尝试插入单号") @ParamLog("尝试插入单号")
......
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