| | |
| | | |
| | | |
| | | @Override |
| | | public OmProductionOrderInfo getEarliestOrder() |
| | | public OmProductionOrderInfo getBodyOrder() |
| | | { |
| | | return OmProductionOrderInfoMapper.selectEarliestOrder(); |
| | | return OmProductionOrderInfoMapper.getBodyOrder(); |
| | | } |
| | | |
| | | @Override |
| | | public OmProductionOrderInfo updateBodyStatus2() {return OmProductionOrderInfoMapper.updateBodyStatus2();} |
| | | @Override |
| | | public OmProductionOrderInfo updateBodyStatus1() |
| | | { |
| | | return OmProductionOrderInfoMapper.updateBodyStatus1(); |
| | | } |
| | | @Override |
| | | public OmProductionOrderInfo getEarliestOrder2() {return OmProductionOrderInfoMapper.selectEarliestOrder2();} |
| | | @Override |
| | | public OmProductionOrderInfo getSerialNumber() |
| | | public OmProductionOrderInfo getHeadOrder() |
| | | { |
| | | return OmProductionOrderInfoMapper.getSerialNumber(); |
| | | return OmProductionOrderInfoMapper.getHeadOrder(); |
| | | } |
| | | |
| | | @Override |
| | | public OmProductionOrderInfo updateHeadStatus2() {return OmProductionOrderInfoMapper.updateHeadStatus2();} |
| | | @Override |
| | | public OmProductionOrderInfo updateHeadStatus1() |
| | | { |
| | | return OmProductionOrderInfoMapper.updateHeadStatus1(); |
| | | } |
| | | @Override |
| | | public OmProductionOrderInfo updateSerialNumber() {return OmProductionOrderInfoMapper.updateSerialNumber();} |
| | | @Override |
| | | public OmProductionOrderInfo updateYear() {return OmProductionOrderInfoMapper.updateYear();} |
| | | @Override |
| | | public OmProductionOrderInfo updateOrderStatus5() |
| | | public OmProductionOrderInfo getPreOrder() |
| | | { |
| | | return OmProductionOrderInfoMapper.updateOrderStatus5(); |
| | | return OmProductionOrderInfoMapper.getPreOrder(); |
| | | } |
| | | |
| | | @Override |
| | | public OmProductionOrderInfo updateOrderStatus2() |
| | | public OmProductionOrderInfo updatePreStatus2() {return OmProductionOrderInfoMapper.updatePreStatus2();} |
| | | @Override |
| | | public OmProductionOrderInfo updatePreStatus1() |
| | | { |
| | | return OmProductionOrderInfoMapper.updateOrderStatus2(); |
| | | return OmProductionOrderInfoMapper.updatePreStatus1(); |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | /** |
| | | * 查询生产工单 |
| | | * |