applet/src/main/java/com/jilongda/applet/controller/TLineUpController.java
@@ -82,7 +82,6 @@ tLineUpVO.setLinUpCount(count); return ApiResult.success(tLineUpVO); } @ApiOperation(value = "取消排号") @GetMapping(value = "/cancelLineUp") public ApiResult cancelLineUp(@RequestParam Integer id) { applet/src/main/java/com/jilongda/applet/model/TOrder.java
@@ -158,7 +158,7 @@ private Integer gender; @ApiModelProperty(value = "微信昵称") @TableField("name") private Integer name; private String name; @ApiModelProperty(value = "支付方式") @TableField("payTypeName") private String payTypeName;