|
|
@@ -40,7 +40,13 @@ public class WxChartDataController extends BaseController { |
|
|
"--------------------------------------"+ |
|
|
"--------------------------------------"+ |
|
|
"chart=50费用收缴数据:" + |
|
|
"chart=50费用收缴数据:" + |
|
|
"ysje 应收金额 ssje 实收金额 zjsjl收缴率 rent*租赁收缴率 property*物业收缴率 deposit*押金收缴率 other*其他费用收缴率" + |
|
|
"ysje 应收金额 ssje 实收金额 zjsjl收缴率 rent*租赁收缴率 property*物业收缴率 deposit*押金收缴率 other*其他费用收缴率" + |
|
|
"rentOwe 租赁总额 propertyOwe物业总额 otherOwe其他总额 depositOwe押金总额 totalOwe欠缴总额") |
|
|
|
|
|
|
|
|
"rentOwe 租赁总额 propertyOwe物业总额 otherOwe其他总额 depositOwe押金总额 totalOwe欠缴总额"+ |
|
|
|
|
|
"--------------------------------------"+ |
|
|
|
|
|
"chart=52营销数据:" + |
|
|
|
|
|
"当前”券交易数据“替换为”营销数据“:cardHistory卡营销历史 pressSendHistory砍价营销历史 groupHistory拼团营销历史 couponHistory卷营销历史," + |
|
|
|
|
|
"卡、卷、砍价、拼团走势以及右边的数据总览,对应原来 营销系统->卡、卷、砍价、拼团营销数据" + |
|
|
|
|
|
"场景发券:" |
|
|
|
|
|
) |
|
|
@GetMapping("/queryData") |
|
|
@GetMapping("/queryData") |
|
|
@ApiImplicitParams({ |
|
|
@ApiImplicitParams({ |
|
|
@ApiImplicitParam(name = "chart", value = "chart", dataType = "String", paramType = "query", required = true), |
|
|
@ApiImplicitParam(name = "chart", value = "chart", dataType = "String", paramType = "query", required = true), |
|
|
|