| @@ -27,7 +27,20 @@ public class WxChartDataController extends BaseController { | |||
| @Autowired | |||
| private WxChartDataService wxChartDataService; | |||
| @ApiOperation("chart=49商铺出租数据:" + | |||
| @ApiOperation( | |||
| "chart=45 卡营销数据:" + | |||
| "saleHistory销售金额历史 paymentHistory核销历史 saleCardCount售出卡数量 tranCount转增数量 subsidyCount补贴金额"+ | |||
| "--------------------------------------" + | |||
| "chart=46 卷营销数据:" + | |||
| "orderCountList卷购买数量历史 paymentCountList卷核销数量 priceCouponSaleCountList有价卷销售数量历史 " + | |||
| "priceCouponPaymentCountList有价卷核销数量历史 sumPriceSaleMoney有价券销售总额 sumPricePayMent有价卷核销总额 " + | |||
| "sumSubsidyMoney商场补贴金额 priceCouponCancelCount有价卷退款数量 priceCouponSaleCountListTotal有价券售出数量"+ | |||
| "--------------------------------------" + | |||
| "chart=47 砍价营销数据:" + | |||
| "pressSendHistory砍价发起历史 pressSuccHistory砍价成功历史 pressPaymentHistory砍价核销历史 " + | |||
| "pressSendHistoryTotal发起总数 pressSuccHistoryCount成功总数 pressPaymentHistoryCount核销总数 pressSuccRate成功率 sumJoin参与人数"+ | |||
| "--------------------------------------"+ | |||
| "chart=49商铺出租数据:" + | |||
| "total商铺总数 totalShop店铺个数 totalPoint多径点位个数, rentTotal已出租总数 rentTotalShop已出租店铺 rentTotalPoint已出租点位" + | |||
| ",notRentTotal未出租总数 notRentTotalShop未出租店铺 notRentTotalPoint未出租点位" + | |||
| ","+ | |||
| @@ -36,27 +49,14 @@ public class WxChartDataController extends BaseController { | |||
| "ysje 应收金额 ssje 实收金额 zjsjl收缴率 rent*租赁收缴率 property*物业收缴率 deposit*押金收缴率 other*其他费用收缴率" + | |||
| "rentOwe 租赁总额 propertyOwe物业总额 otherOwe其他总额 depositOwe押金总额 totalOwe欠缴总额"+ | |||
| "--------------------------------------"+ | |||
| "chart=51首页场景发卷:" + | |||
| "carStopHistory停车发卷 couponVerifyHistory核销发卷 orderHistory交易发卷 micropayHistory收银台发卷"+ | |||
| "--------------------------------------"+ | |||
| "chart=52营销数据:" + | |||
| "当前”券交易数据“替换为”营销数据“:cardHistory卡营销历史 pressSendHistory砍价营销历史 groupHistory拼团营销历史 couponHistory卷营销历史," + | |||
| "卡、卷、砍价、拼团走势以及右边的数据总览,对应原来 营销系统->卡、卷、砍价、拼团营销数据" + | |||
| "--------------------------------------"+ | |||
| "chart=51首页场景发卷:" + | |||
| "carStopHistory停车发卷 couponVerifyHistory核销发卷 orderHistory交易发卷 micropayHistory收银台发卷"+ | |||
| "--------------------------------------" + | |||
| "触达用户=数据总览的活跃用户数据"+ | |||
| "--------------------------------------" + | |||
| "chart=46 卷营销数据:" + | |||
| "orderCountList卷购买数量历史 paymentCountList卷核销数量 priceCouponSaleCountList有价卷销售数量历史 " + | |||
| "priceCouponPaymentCountList有价卷核销数量历史 sumPriceSaleMoney有价券销售总额 sumPricePayMent有价卷核销总额 " + | |||
| "sumSubsidyMoney商场补贴金额 priceCouponCancelCount有价卷退款数量 priceCouponSaleCountListTotal有价券售出数量"+ | |||
| "--------------------------------------" + | |||
| "chart=45 卡营销数据:" + | |||
| "saleHistory销售金额历史 paymentHistory核销历史 saleCardCount售出卡数量 tranCount转增数量 subsidyCount补贴金额"+ | |||
| "--------------------------------------" + | |||
| "chart=47 砍价营销数据:" + | |||
| "pressSendHistory砍价发起历史 pressSuccHistory砍价成功历史 pressPaymentHistory砍价核销历史 " + | |||
| "pressSendHistoryTotal发起总数 pressSuccHistoryCount成功总数 pressPaymentHistoryCount核销总数 pressSuccRate成功率 sumJoin参与人数" | |||
| "--------------------------------------" | |||
| "触达用户=数据总览的活跃用户数据" | |||
| ) | |||
| @GetMapping("/queryData") | |||
| @ApiImplicitParams({ | |||