diff --git a/business/jxcallback/scheduler/defsch/defsch_ext.go b/business/jxcallback/scheduler/defsch/defsch_ext.go index ee3b58970..ec1e4a9a6 100644 --- a/business/jxcallback/scheduler/defsch/defsch_ext.go +++ b/business/jxcallback/scheduler/defsch/defsch_ext.go @@ -539,6 +539,8 @@ func (s *DefScheduler) QueryOrderWaybillFeeInfoEx(ctx *jxcontext.Context, vendor if storeCourier.VendorID == model.VendorIDFengNiao { feeInfo.DeliveryFee += model.WayBillDeliveryMarkUp // 蜂鸟加 } + globals.SugarLogger.Debugf("---feeinfio := %s", utils.Format4Output(feeInfo, false)) + globals.SugarLogger.Debugf("---store := %s", utils.Format4Output(store, false)) feeInfo.DeliveryFee += int64(store.FreightMarkup) feeInfo.TimeoutSecond = timeoutSecond } diff --git a/controllers/jx_order.go b/controllers/jx_order.go index 9108ebe64..393135393 100644 --- a/controllers/jx_order.go +++ b/controllers/jx_order.go @@ -1504,6 +1504,7 @@ func (c *OrderController) UpdateTiktokSettlement() { // @Title 获取门店的发票申请 // @Description 获取门店的发票申请 +// @Param token header string true "认证token" // @Param storeId formData int false "门店id" // @Param startTime formData string true "开始时间" // @Param endTime formData string true "结束时间"