This commit is contained in:
van
2026-04-10 00:09:26 +08:00
parent 31e7e6853b
commit 6f482256c5
8 changed files with 251 additions and 52 deletions

View File

@@ -17,7 +17,7 @@ public interface ErpGoofishOrderMapper {
int update(ErpGoofishOrder row);
List<ErpGoofishOrder> selectPendingShip(@Param("limit") int limit);
List<ErpGoofishOrder> selectPendingShip(@Param("statuses") List<Integer> statuses, @Param("limit") int limit);
int resetShipForRetry(@Param("id") Long id);
}