From 8c222ece76096a9c0d8d264606261ec62f05df4f Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Fri, 4 Jun 2021 14:50:42 +0800 Subject: [PATCH] aa --- controllers/jx_order.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/controllers/jx_order.go b/controllers/jx_order.go index b00d9d2ad..97d7afc4a 100644 --- a/controllers/jx_order.go +++ b/controllers/jx_order.go @@ -299,6 +299,8 @@ func (c *OrderController) ExportMTWaybills() { // @Param brandID query int false "品牌ID" // @Param mustInvoice query bool false "是否必须要求开发票" // @Param deliveryTypes query string false "配送方式" +// @Param jxIncomeBegin query string false "预计收入begin" +// @Param jxIncomeEnd query string false "预计收入end" // @Param offset query int false "结果起始序号(以0开始,缺省为0)" // @Param pageSize query int false "结果页大小(缺省为50,-1表示全部)" // @Success 200 {object} controllers.CallResult