| | |
| | | basSte.setSteErr(alarm.longValue()); |
| | | } |
| | | basSte.setWrkNo(taskNo.intValue()); |
| | | if (!Cools.isEmpty(row)) { |
| | | basSte.setRow(row.intValue()); |
| | | } |
| | | if (!Cools.isEmpty(bay)) { |
| | | basSte.setBay(bay.intValue()); |
| | | } |
| | | if (!Cools.isEmpty(lev)) { |
| | | basSte.setLev(lev.intValue()); |
| | | } |
| | | // if (basSte.getPakMk().equals("N")) { |
| | | // if (!Cools.isEmpty(row)) { |
| | | // basSte.setRow(row.intValue()); |
| | | // } |
| | | // if (!Cools.isEmpty(bay)) { |
| | | // basSte.setBay(bay.intValue()); |
| | | // } |
| | | // if (!Cools.isEmpty(lev)) { |
| | | // basSte.setLev(lev.intValue()); |
| | | // } |
| | | // } |
| | | return basSte; |
| | | } |
| | | |