|
@@ -138,7 +138,7 @@ public class OrderRefundController {
|
|
|
* @param response
|
|
* @param response
|
|
|
*/
|
|
*/
|
|
|
@GetMapping("/export")
|
|
@GetMapping("/export")
|
|
|
- @ApiOperation("后管端-快递订单列表导出")
|
|
|
|
|
|
|
+ @ApiOperation("后管端-退款订单列表导出")
|
|
|
public void export(OrderRefundStaisticsParam orderRefund, HttpServletResponse response) {
|
|
public void export(OrderRefundStaisticsParam orderRefund, HttpServletResponse response) {
|
|
|
if (orderRefund.getChannelIdList()==null||orderRefund.getChannelIdList().isEmpty()){
|
|
if (orderRefund.getChannelIdList()==null||orderRefund.getChannelIdList().isEmpty()){
|
|
|
throw new GlobalException("请求参数-所属企业不允许为空");
|
|
throw new GlobalException("请求参数-所属企业不允许为空");
|