| | |
| | | import com.zy.acs.common.enums.AgvStatusType; |
| | | import com.zy.acs.framework.common.Cools; |
| | | import com.zy.acs.framework.common.SpringUtils; |
| | | import com.zy.acs.manager.core.constant.MapDataConstant; |
| | | import com.zy.acs.manager.manager.service.AgvService; |
| | | import com.zy.acs.manager.manager.service.CodeService; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | |
| | | return null; |
| | | } |
| | | |
| | | public String getError() { |
| | | if (!Cools.isEmpty(this.error) && !"NONE".equals(this.error)) { |
| | | public String realError() { |
| | | if (!Cools.isEmpty(this.error) && !MapDataConstant.EMPTY_OF_ERROR.equals(this.error)) { |
| | | return this.error; |
| | | } else { |
| | | return ""; |