‘linchangsheng’ 10 달 전
부모
커밋
08acf6b275
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      mall-server-api/src/main/java/com/gree/mall/manager/bean/workorder/DispatchVO.java

+ 2 - 2
mall-server-api/src/main/java/com/gree/mall/manager/bean/workorder/DispatchVO.java

@@ -66,7 +66,7 @@ public class DispatchVO {
     @ApiModelProperty(value = "工单类型id")
     private String orderSmallId;
 
-    @ZfireField(tbName = "d")
+    @ZfireField(tbName = "d",colName = "name")
     @ApiModelProperty(value = "产品大类")
     private String categoryName;
 
@@ -75,7 +75,7 @@ public class DispatchVO {
     private String categoryId;
 
 
-    @ZfireField(tbName = "e")
+    @ZfireField(tbName = "e",colName = "dict_value")
     @ApiModelProperty(value = "工单来源")
     private String orderSource;