| | |
| | | package com.zy.core.model.protocol; |
| | | |
| | | import com.core.common.SpringUtils; |
| | | import com.zy.asrs.entity.BasShuttleErr; |
| | | import com.zy.asrs.entity.LocMast; |
| | | import com.zy.asrs.service.BasShuttleErrService; |
| | | import com.zy.asrs.service.BasShuttleService; |
| | | import com.zy.asrs.service.LocMastService; |
| | | import com.zy.core.News; |
| | |
| | | return currentLocMast.getLocNo(); |
| | | } |
| | | |
| | | public String getStatusErrorCode$() { |
| | | BasShuttleErrService basShuttleErrService = SpringUtils.getBean(BasShuttleErrService.class); |
| | | BasShuttleErr basShuttleErr = basShuttleErrService.queryByCode(this.statusErrorCode.intValue()); |
| | | if (basShuttleErr == null) { |
| | | return null; |
| | | } |
| | | return basShuttleErr.getErrName(); |
| | | } |
| | | |
| | | } |