‘linchangsheng’ 8 months ago
parent
commit
08acf6b275

+ 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;