diff --git a/business/jxcallback/orderman/orderman_ext.go b/business/jxcallback/orderman/orderman_ext.go index 79e322a7f..82383edfc 100644 --- a/business/jxcallback/orderman/orderman_ext.go +++ b/business/jxcallback/orderman/orderman_ext.go @@ -1205,6 +1205,9 @@ func (c *OrderManager) GetStoresOrderSaleInfoNew(ctx *jxcontext.Context, storeID feeList, _ := dao.GetStoreServerFee(db, storeIDList, fromTime, toTime, statusList, true) // 门店账号支出 fineList, _ := dao.StatisticsFineFee(db, fromTime, toTime, storeIDList) + globals.SugarLogger.Debugf("-----feelist := %s", utils.Format4Output(feeList, false)) + globals.SugarLogger.Debugf("-----fineList := %s", utils.Format4Output(fineList, false)) + globals.SugarLogger.Debugf("-----saleInfoList := %s", utils.Format4Output(saleInfoList, false)) for _, v := range saleInfoList { for _, f := range feeList { if v.StoreID == f.JxStoreID && v.VendorID == f.VendorID {