liding
2026-04-13 4d07a4cb3bec2d1ce8ff42c6a3eb0613b068ef1d
src/main/java/com/ruoyi/production/mapper/ProductionProductMainMapper.java
@@ -35,4 +35,12 @@
    ArrayList<Long> listMain(List<Long> idList);
    List<ProductionProductMainDto> getByProductWorkOrderId(Long productWorkOrderId);
    /**
     * 检查之前的工序是否有被隔离的不合格记录
     * @param productRouteId 当前工序的路由ID
     * @param currentDragSort 当前工序的排序
     * @return 是否有隔离的不合格记录
     */
    boolean checkPreviousProcessReported(@Param("productRouteId") Long productRouteId, @Param("currentDragSort") Integer currentDragSort);
}