Commit cfe80134 by zhangdongwei-intern

链接替换

parent 163a1be3
......@@ -530,11 +530,11 @@ public class PersonalStageBizImpl implements PersonalStageBiz {
if (ListUtils.isEmpty(items)){
return;
}
sendReplyItems(items,robotId,userWxId,ip,personalStageUserId);
//替换需求定制单链接
if (null != personalStageReply.getPaperId()) {
this.replacePaperUrl(items, robotId, userWxId, personalStageReply.getPaperId());
}
sendReplyItems(items,robotId,userWxId,ip,personalStageUserId);
}
@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