1
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user