You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- package task
-
- import (
- "applet/app/task/svc"
- "math/rand"
- "time"
- "xorm.io/xorm"
- )
-
- // 取消订单
- func taskSyncCentralKitchenForSchoolPackageOrdState(eg *xorm.Engine) {
- for {
- if len(ch) > workerNum {
- time.Sleep(time.Millisecond * time.Duration(rand.Intn(1000)))
- } else {
- goto START
- }
- }
- START:
- ch <- 1
- svc.SyncCentralKitchenForSchoolPackageOrdState(eg)
- <-ch
- }
|