1
This commit is contained in:
@@ -75,11 +75,12 @@ public class WeComShareLinkLogisticsJobServiceImpl implements IWeComShareLinkLog
|
|||||||
log.debug("补录跳过 traceId={} 无可用 3.cn", t.getId());
|
log.debug("补录跳过 traceId={} 无可用 3.cn", t.getId());
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
final String trackingUrlResolved = url.trim();
|
||||||
|
|
||||||
WeComShareLinkLogisticsJob row = new WeComShareLinkLogisticsJob();
|
WeComShareLinkLogisticsJob row = new WeComShareLinkLogisticsJob();
|
||||||
row.setJobKey(jobKey);
|
row.setJobKey(jobKey);
|
||||||
row.setFromUserName(t.getFromUserName().trim());
|
row.setFromUserName(t.getFromUserName().trim());
|
||||||
|
row.setTrackingUrl(trackingUrlResolved);
|
||||||
String remark = t.getContent() != null ? t.getContent() : "";
|
String remark = t.getContent() != null ? t.getContent() : "";
|
||||||
row.setUserRemark(remark);
|
row.setUserRemark(remark);
|
||||||
row.setTouserPush(t.getFromUserName().trim());
|
row.setTouserPush(t.getFromUserName().trim());
|
||||||
|
|||||||
Reference in New Issue
Block a user