1
This commit is contained in:
@@ -88,6 +88,10 @@ public class WeComShareLinkLogisticsJobController extends BaseController {
|
||||
StringUtils.hasText(wb) ? wb : null);
|
||||
} else {
|
||||
weComShareLinkLogisticsJobMapper.updateByJobKey(jobKey, "WAITING", note, nextAttempts, null);
|
||||
WeComShareLinkLogisticsJob refreshed = weComShareLinkLogisticsJobService.selectByJobKey(jobKey);
|
||||
if (refreshed != null) {
|
||||
logisticsService.pushShareLinkJobToRedis(refreshed);
|
||||
}
|
||||
}
|
||||
return AjaxResult.success(data);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user