Merge branch 'mark' of e.coding.net:rosydev/jx-callback into mark
This commit is contained in:
@@ -3058,15 +3058,15 @@ func FocusStoreSkusBySku(ctx *jxcontext.Context, skuBindInfos []*StoreSkuBindInf
|
||||
func AutoFocusStoreSkusForTopSkus(ctx *jxcontext.Context, isAsync, isContinueWhenError bool) (hint string, err error) {
|
||||
db := dao.GetDB()
|
||||
var (
|
||||
result1 []interface{}
|
||||
cityCodes = []int{
|
||||
530100, //昆明
|
||||
430300, //湘潭市
|
||||
510700, //绵阳市
|
||||
520100, //贵阳市
|
||||
}
|
||||
result1 []interface{}
|
||||
// cityCodes = []int{
|
||||
// 530100, //昆明
|
||||
// 430300, //湘潭市
|
||||
// 510700, //绵阳市
|
||||
// 520100, //贵阳市
|
||||
// }
|
||||
)
|
||||
storeList, err := dao.GetStoreList(db, nil, cityCodes, nil, nil, "")
|
||||
storeList, err := dao.GetStoreList(db, nil, nil, nil, nil, "")
|
||||
taskSeqFunc := func(task *tasksch.SeqTask, step int, params ...interface{}) (result interface{}, err error) {
|
||||
switch step {
|
||||
case 0:
|
||||
|
||||
Reference in New Issue
Block a user