kk hace 2 meses
padre
commit
cf90a3c4ec

+ 1 - 1
game-business/src/main/java/com/game/business/domain/AppUserGameRecordCount.java

@@ -37,7 +37,7 @@ public class AppUserGameRecordCount {
     private Long pid;
 
     @Excel(name = "分类:0 游戏 1 直播")
-    @TableField(value = "pid")
+    @TableField(value = "type")
     @ApiModelProperty(value = "分类:0 游戏 1 直播")
     private Integer type;