1
This commit is contained in:
@@ -25,4 +25,6 @@ public interface WeComShareLinkLogisticsJobMapper {
|
||||
* 仅 {@code create_time} 在最近一个月内的记录,避免扫到过旧历史。
|
||||
*/
|
||||
List<WeComShareLinkLogisticsJob> selectJobsNeedingQueueReconcile(@Param("limit") int limit);
|
||||
|
||||
int deleteByJobKey(@Param("jobKey") String jobKey);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user