Merge branch 'master-prod-new' into master-test
| | |
| | | private String searchData; |
| | | /**支付方式编号集合*/ |
| | | private List<String> payMethodList; |
| | | /**优惠券平台*/ |
| | | /**优惠券平台:crm;p-his*/ |
| | | private String platform; |
| | | |
| | | /** 订单标识List */ |
| | |
| | | |
| | | /**使用传值的平台来源:0否1是,默认否*/ |
| | | private Integer usedTransmitApp = 0; |
| | | /**必填 平台来源:来源应用appId(创建订单平台,系统默认) */ |
| | | /**平台来源:来源应用appId(创建订单平台,系统默认),使用传值的平台来源必填 */ |
| | | private String appId; |
| | | /**必填 来源应用编码(商户设置平台编码,系统默认,代码必填) */ |
| | | /**来源应用编码(商户设置平台编码,系统默认,代码必填),使用传值的平台来源必填 */ |
| | | private String appIdCode; |
| | | |
| | | /*必填 销售订单来源,销售可以选择 |
| | |
| | | |
| | | import com.hx.resultTool.Result; |
| | | import com.hz.his.dto.report.AppointmentVisitVo; |
| | | import com.hz.his.dto.report.EmployeeReportDto; |
| | | import com.hz.his.dto.report.ShopReportDto; |
| | | import org.springframework.cloud.openfeign.FeignClient; |
| | | import org.springframework.web.bind.annotation.PostMapping; |
| | |
| | | @PostMapping("/admin/group/report/zs/doctor/list") |
| | | Result deductionZsDoctorList(@RequestBody ShopReportDto shopReportDto); |
| | | |
| | | /** |
| | | * 增长部-医生私域群数据-渗透业绩-导出 |
| | | */ |
| | | @PostMapping("/admin/group/report/zs/doctor/list/export") |
| | | Result deductionZsDoctorListExport(@RequestBody EmployeeReportDto employeeReportDto); |
| | | |
| | | /** |
| | | * 医生执行业绩数据-含服务门店指标 |