Merge branch 'master' into master-test
| | |
| | | public static String TYPE_COMMON_GIFT = "gift"; |
| | | /**公共标识类型,营销优惠券*/ |
| | | public static String TYPE_COMMON_MARKE = "marketing"; |
| | | //三八妇女节领取优惠券 |
| | | /**公共标识类型,三八妇女节领取优惠券*/ |
| | | public static final String TYPE_COMMON_QUEEN_DAY = "queen_day"; |
| | | /**公共标识类型,crm商品详情领取优惠券*/ |
| | | public static final String TYPE_COMMON_GOODS_DETAILS = "goods_details"; |
| | | } |
| | |
| | | @PostMapping("/admin/export/shop/user/sleep/deduction/list") |
| | | Result userSleepDeductionList(@RequestBody ShopReportDto shopReportDto); |
| | | |
| | | |
| | | /** |
| | | * 门店-医生执行占比情况 |
| | | */ |
| | | @PostMapping("/admin/export/shop/user/doctor/deduction/list") |
| | | Result userDoctorDeductionList(@RequestBody ShopReportDto shopReportDto); |
| | | |
| | | } |