| | |
| | | public interface OmProductionOrderInfoMapper extends BaseMapper<OmProductionOrderInfo> |
| | | { |
| | | // 查询 order_status 为 1 且 plan_start_time 最早的一条记录 |
| | | public OmProductionOrderInfo selectEarliestOrder(); |
| | | public OmProductionOrderInfo selectEarliestOrder2(); |
| | | public OmProductionOrderInfo getSerialNumber(); |
| | | public OmProductionOrderInfo updateSerialNumber(); |
| | | public OmProductionOrderInfo updateYear(); |
| | | public OmProductionOrderInfo updateOrderStatus5(); |
| | | public OmProductionOrderInfo getBodyOrder(); |
| | | |
| | | public OmProductionOrderInfo updateOrderStatus2(); |
| | | public OmProductionOrderInfo updateBodyStatus2(); |
| | | |
| | | public OmProductionOrderInfo updateBodyStatus1(); |
| | | public OmProductionOrderInfo getHeadOrder(); |
| | | |
| | | public OmProductionOrderInfo updateHeadStatus2(); |
| | | |
| | | public OmProductionOrderInfo updateHeadStatus1(); |
| | | public OmProductionOrderInfo getPreOrder(); |
| | | |
| | | public OmProductionOrderInfo updatePreStatus2(); |
| | | |
| | | public OmProductionOrderInfo updatePreStatus1(); |
| | | |
| | | |
| | | |