1
This commit is contained in:
@@ -27,4 +27,15 @@ public interface WeComShareLinkLogisticsJobMapper {
|
||||
List<WeComShareLinkLogisticsJob> selectJobsNeedingQueueReconcile(@Param("limit") int limit);
|
||||
|
||||
int deleteByJobKey(@Param("jobKey") String jobKey);
|
||||
|
||||
/**
|
||||
* 机器人「京外物列表」:最近若干天内的任务,按 id 倒序,可选备注子串筛选。
|
||||
*/
|
||||
List<WeComShareLinkLogisticsJob> selectRecentForInstruction(@Param("remarkKeyword") String remarkKeyword,
|
||||
@Param("days") int days, @Param("limit") int limit);
|
||||
|
||||
/**
|
||||
* 机器人「京外物删」:按备注与短链精确匹配(trim)物理删除,返回删除行数。
|
||||
*/
|
||||
int deleteByRemarkAndTrackingUrl(@Param("remark") String remark, @Param("trackingUrl") String trackingUrl);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user