| | |
| | | |
| | | IPage<ProductWorkOrderDto> pageProductWorkOrder(Page<ProductWorkOrderDto> page, @Param("c") ProductWorkOrderDto productWorkOrder); |
| | | |
| | | int updatePlanQuantity(Map<String, Object> params); |
| | | ProductWorkOrderDto getProductWorkOrderFlowCard(@Param("id") Long id); |
| | | |
| | | /** |
| | | * 回滚工单计划数量:从production_product_output取quantity加回plan_quantity |
| | | * @param productMainId |
| | | * @return |
| | | */ |
| | | int rollbackPlanQuantity(@Param("productMainId") Long productMainId); |
| | | |
| | | List<ProductWorkOrderDto> selectProductWorkOrderDtoList(); |
| | | List<ProductWorkOrderDto> selectWorkOrderStartStats(@Param("startDate") String startDate, @Param("endDate") String endDate); |
| | | } |