| | |
| | | @Resource |
| | | private OmProductionOrderInfoMapper OmProductionOrderInfoMapper; |
| | | |
| | | |
| | | @Override |
| | | public OmProductionOrderInfo getEarliestOrder() |
| | | { |
| | | return OmProductionOrderInfoMapper.selectEarliestOrder(); |
| | | } |
| | | @Override |
| | | public OmProductionOrderInfo getEarliestOrder2() {return OmProductionOrderInfoMapper.selectEarliestOrder2();} |
| | | @Override |
| | | public OmProductionOrderInfo getSerialNumber() |
| | | { |
| | | return OmProductionOrderInfoMapper.getSerialNumber(); |
| | | } |
| | | @Override |
| | | public OmProductionOrderInfo updateSerialNumber() {return OmProductionOrderInfoMapper.updateSerialNumber();} |
| | | @Override |
| | | public OmProductionOrderInfo updateYear() {return OmProductionOrderInfoMapper.updateYear();} |
| | | @Override |
| | | public OmProductionOrderInfo updateOrderStatus5() |
| | | { |
| | | return OmProductionOrderInfoMapper.updateOrderStatus5(); |
| | | } |
| | | @Override |
| | | public OmProductionOrderInfo updateOrderStatus2() |
| | | { |
| | | return OmProductionOrderInfoMapper.updateOrderStatus2(); |
| | | } |
| | | |
| | | |
| | | |
| | | /** |
| | | * 查询生产工单 |
| | | * |