1
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user