This commit is contained in:
邹宗楠
2025-09-03 09:16:56 +08:00
parent ebc3912c80
commit afd12e6290
2 changed files with 1 additions and 2 deletions

View File

@@ -243,7 +243,7 @@ func Init() {
ScheduleTimerFunc("LoadingStoreOrderSettleAmount", func() { ScheduleTimerFunc("LoadingStoreOrderSettleAmount", func() {
delivery.LoadingStoreOrderSettleAmount(0, 0, nil) delivery.LoadingStoreOrderSettleAmount(0, 0, nil)
}, []string{ }, []string{
"02:50:00", "12:50:00",
}) })
ScheduleTimerFunc("UpdateStoreName ", func() { ScheduleTimerFunc("UpdateStoreName ", func() {

View File

@@ -605,7 +605,6 @@ func LoadingStoreOrderSettleAmount(startTime, endTime int64, jxStoreId []int) er
Offset: 0, Offset: 0,
Limit: 200, Limit: 200,
} }
globals.SugarLogger.Debugf("-----:LoadingStoreOrderSettleAmount")
storeOrder, fineList, settleId, err := mtwm.GetAPI(storeListValue.VendorOrgCode, storeListValue.StoreID, storeListValue.VendorStoreID).GetStoreBillList(billListParam) storeOrder, fineList, settleId, err := mtwm.GetAPI(storeListValue.VendorOrgCode, storeListValue.StoreID, storeListValue.VendorStoreID).GetStoreBillList(billListParam)
globals.SugarLogger.Debugf("-----:LoadingStoreOrderSettleAmount storeOrder := %s ", utils.Format4Output(storeOrder, false)) globals.SugarLogger.Debugf("-----:LoadingStoreOrderSettleAmount storeOrder := %s ", utils.Format4Output(storeOrder, false))
globals.SugarLogger.Debugf("-----:LoadingStoreOrderSettleAmount fineList := %s ", utils.Format4Output(fineList, false)) globals.SugarLogger.Debugf("-----:LoadingStoreOrderSettleAmount fineList := %s ", utils.Format4Output(fineList, false))