aa
This commit is contained in:
@@ -4325,7 +4325,7 @@ func QueryPageStores2(db *dao.DaoDB, pageSize, offset int, keyword string, vendo
|
||||
}
|
||||
dao.Commit(db, txDB)
|
||||
var newShopList []*dao.PageShopWithPlaceName
|
||||
task := tasksch.NewParallelTask("", tasksch.NewParallelConfig().SetIsContinueWhenError(true), nil,
|
||||
task := tasksch.NewParallelTask("", tasksch.NewParallelConfig().SetIsContinueWhenError(true), jxcontext.AdminCtx,
|
||||
func(task *tasksch.ParallelTask, batchItemList []interface{}, params ...interface{}) (retVal interface{}, err error) {
|
||||
v := batchItemList[0].(*dao.PageShopWithPlaceName)
|
||||
if v.Address != "" && v.CityName != "" {
|
||||
|
||||
Reference in New Issue
Block a user