Browse Source

关掉系统内定时任务

pull/128/head
yehongyang 3 years ago
parent
commit
2014c70af0
1 changed files with 6 additions and 6 deletions
  1. +6
    -6
      task/k3cloud.go

+ 6
- 6
task/k3cloud.go View File

@ -49,13 +49,13 @@ func oneTask(_date time.Time) {
//if DaysBetweenDates(lastTime.OneTime, _date) >= 1 {
//go func() {
ImportMaterial()
ImportMaterialGroupSearch()
ImportArticle()
ImportBomList()
ImportCustomer()
//ImportMaterial()
//ImportMaterialGroupSearch()
//ImportArticle()
//ImportBomList()
//ImportCustomer()
//ImportSaleOrder()
ImportCustomerMaterialSearch()
//ImportCustomerMaterialSearch()
//ImportProjectSearch()
//}()
//ImportUnit()


Loading…
Cancel
Save