- auth1与auth2以为是兼容
This commit is contained in:
@@ -919,7 +919,7 @@ func UpdateAllWeiXinRemark(ctx *jxcontext.Context, isAsync, isContinueWhenError
|
||||
rootTask := tasksch.NewParallelTask("刷新微信备注", tasksch.NewParallelConfig().SetIsContinueWhenError(isContinueWhenError), ctx,
|
||||
func(task *tasksch.ParallelTask, batchItemList []interface{}, params ...interface{}) (retVal interface{}, err error) {
|
||||
tel := batchItemList[0].(string)
|
||||
err = jxutils.HandleUserWXRemark(dao.GetDB(), tel)
|
||||
err = jxutils.HandleUserWXRemark(dao.GetDB(), tel, false)
|
||||
return nil, err
|
||||
}, mobileList)
|
||||
tasksch.ManageTask(rootTask).Run()
|
||||
|
||||
Reference in New Issue
Block a user