src/main/java/com/zy/asrs/entity/WrkMast.java
@@ -345,14 +345,17 @@ } public String getCallAgv$() { if (this.callAgv == null) { return ""; } switch (this.callAgv) { case 0: return "未呼叫"; case 1: return "准备呼叫"; case 2: return "已呼叫"; default: } return ""; } } public String getWrkSts$() { BasWrkStatusService service = SpringUtils.getBean(BasWrkStatusService.class);