| | |
| | | |
| | | private Long getRollbackStatus(Long wrkSts) { |
| | | if (Long.valueOf(WrkStsType.INBOUND_RUN.sts).equals(wrkSts)) { |
| | | return WrkStsType.INBOUND_DEVICE_RUN.sts; |
| | | return WrkStsType.INBOUND_STATION_RUN_COMPLETE.sts; |
| | | } |
| | | if (Long.valueOf(WrkStsType.OUTBOUND_RUN.sts).equals(wrkSts)) { |
| | | return WrkStsType.NEW_OUTBOUND.sts; |
| | |
| | | |
| | | private Long getRollbackStatusFromManual(Long wrkSts) { |
| | | if (Long.valueOf(WrkStsType.INBOUND_MANUAL.sts).equals(wrkSts)) { |
| | | return WrkStsType.INBOUND_DEVICE_RUN.sts; |
| | | return WrkStsType.INBOUND_STATION_RUN_COMPLETE.sts; |
| | | } |
| | | if (Long.valueOf(WrkStsType.OUTBOUND_MANUAL.sts).equals(wrkSts)) { |
| | | return WrkStsType.NEW_OUTBOUND.sts; |