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